| | |
| | | server: |
| | | port: 14765 |
| | | servlet: |
| | | context-path: / |
| | | |
| | | mybatis-plus: |
| | | # 搜索指定包别名 |
| | | typeAliasesPackage: com.example.domain |
| | |
| | | logic-delete-value: 1 |
| | | update-strategy: not_null |
| | | spring: |
| | | profiles: |
| | | active: win |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://101.42.27.146:3306/ltkj_tj1.0?serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: Root_ltkj123 |
| | | # 初始连接数 |
| | | initialSize: 5 |
| | | # 最小连接池数量 |
| | |
| | | wall: |
| | | config: |
| | | multi-statement-allow: true |
| | | config: |
| | | path: D:\ltkjprojectconf\config.properties |
| | | dir: D:\ltkjprojectconf |