| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:kingbase8://10.100.1.23:54321/smartor-huizhou?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&connectTimeout=60000&socketTimeout=120000 |
| | | username: smartor@smartor |
| | | url: jdbc:kingbase8://10.100.1.23:54321/smartor-huizhou?currentSchema=smartor,sys_catalog&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&connectTimeout=60000&socketTimeout=120000 |
| | | username: smartor |
| | | password: smartor.2025 |
| | | driverClassName: com.kingbase8.Driver |
| | | |
| | |
| | | #文件上传地址 |
| | | fileUpload: |
| | | profile: |
| | | |
| | | # PageHelper分页插件 |
| | | pagehelper: |
| | | helperDialect: mysql |
| | | supportMethodsArguments: true |
| | | params: count=countSql |