src/main/resources/application-dev.yml
@@ -1,12 +1,12 @@ server: port: 8088 port: 8041 spring: jackson: date-format: yyyy-MM-dd HH:mm:ss datasource: driver-class-name: org.postgresql.Driver url: jdbc:postgresql://113.250.189.120:57654/test_db1 url: jdbc:postgresql://113.250.189.120:57654/water_ration_system username: lunhan password: lunhan.20240330 druid: @@ -34,7 +34,7 @@ path: ./logs level: root: info com.lunhan.xxx: info com.lunhan.water: info # mybatis-plus 配置: mybatis-plus: