| | |
| | | driver-class-name: com.highgo.jdbc.Driver |
| | | url: jdbc:highgo://192.168.10.183:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8 |
| | | username: sysdba |
| | | password: Fg001@HDW |
| | | password: Fg001@HDWw |
| | | # type: com.alibaba.druid.pool.DruidDataSource |
| | | # driver-class-name: com.mysql.cj.jdbc.Driver |
| | | # url: jdbc:mysql://localhost:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false |
| | |
| | | #驼峰下划线转换 |
| | | table-underline: true |
| | | #数据库大写下划线转换 |
| | | capital-mode: true |
| | | capital-mode: false |
| | | #mp2.3+ 全局表前缀 tb_ |
| | | table-prefix: tb_ |
| | | #刷新mapper 调试神器 |