智慧水务管理系统 - 精河县供水工程综合管理平台

application.yml 302B

123456789101112131415
  1. server:
  2. port: 9050
  3. spring:
  4. application:
  5. name: wm-dispatch
  6. datasource:
  7. url: jdbc:postgresql://localhost:5432/water_dispatch
  8. username: water
  9. password: water123
  10. mybatis-plus:
  11. configuration:
  12. map-underscore-to-camel-case: true
  13. global-config:
  14. db-config:
  15. id-type: auto