- server:
- port: 9050
- spring:
- application:
- name: wm-dispatch
- datasource:
- url: jdbc:postgresql://localhost:5432/water_dispatch
- username: water
- password: water123
- mybatis-plus:
- configuration:
- map-underscore-to-camel-case: true
- global-config:
- db-config:
- id-type: auto
|