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

application.yml 361B

1234567891011121314151617
  1. server:
  2. port: 8084
  3. spring:
  4. application:
  5. name: wm-bpm
  6. datasource:
  7. url: jdbc:postgresql://${PG_HOST:127.0.0.1}:5432/water_management
  8. username: ${PG_USER:water}
  9. password: ${PG_PASS:water123}
  10. cloud:
  11. nacos:
  12. discovery:
  13. server-addr: ${NACOS_HOST:127.0.0.1}:8848
  14. mybatis-plus:
  15. mapper-locations: classpath*:/mapper/**/*.xml