| | |
| | | master: |
| | | url: jdbc:mysql://localhost:3306/smart_assess?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai&useSSL=false |
| | | username: root |
| | | password: password |
| | | # 从库数据源 |
| | | password: 123456 |
| | | slave: |
| | | enabled: false |
| | | url: |
| | |
| | | # mybatis-plus相关配置 |
| | | mybatis-plus: |
| | | # xml扫描,多个目录用逗号或者分号分隔(告诉 Mapper 所对应的 XML 文件位置) |
| | | mapper-locations: classpath*:mapper/**/*Mapper.xml |
| | | mapper-locations: classpath*:mapper/*Mapper.xml |
| | | # 以下配置均有默认值,可以不设置 |
| | | global-config: |
| | | db-config: |
| | |
| | | level: |
| | | root: INFO |
| | | org: |
| | | com.nms.swspkmas_standalone: DEBUG |
| | | com.gkhy.assess: DEBUG |
| | | |
| | | |
| | | swagger: |