| | |
| | | server: |
| | | port: 8088 |
| | | port: 8039 |
| | | |
| | | 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 |
| | | username: lunhan |
| | | password: lunhan.20240330 |
| | | url: jdbc:mysql://192.168.0.100:3306/gansu_water_system?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&allowMultiQueries=true |
| | | username: root |
| | | password: lunhan.2023 |
| | | druid: |
| | | initial-size: 4 #连接池初始化大小 |
| | | min-idle: 10 #最小空闲连接数 |
| | |
| | | path: ./logs |
| | | level: |
| | | root: info |
| | | com.lunhan.xxx: info |
| | | com.gansu.water: info |
| | | |
| | | # mybatis-plus 配置: |
| | | mybatis-plus: |