| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | # 丽水 |
| | | # 丽水 |
| | | url: jdbc:mysql://127.0.0.1:3308/smartor-lisui?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: smartor |
| | | password: Smartor.2023 |
| | |
| | | max-active: 8 |
| | | # #连接池最大阻塞等待时间(使用负值表示没有限制) |
| | | max-wait: -1ms |
| | | |
| | | # Swagger配置 |
| | | swagger: |
| | | # 是否开启swagger |
| | | enabled: false |
| | | # 请求前缀 |
| | | pathMapping: /dev-api |
| | | |
| | | # PageHelper分页插件 |
| | | pagehelper: |
| | | helperDialect: mysql |
| | | supportMethodsArguments: true |
| | | params: count=countSql |
| | | |
| | | magic-api: |
| | | web: /magic/web |
| | |
| | | |
| | | #随访医院:1新华 2丽水 |
| | | visitHosp: 2 |
| | | |