|  |  | 
 |  |  |     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 | 
 |  |  |         #   丽水 | 
 |  |  |         #        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 | 
 |  |  |         #        driverClassName: com.mysql.cj.jdbc.Driver | 
 |  |  |         url: jdbc:mysql://9.208.7.13:2883/smartor-lisui?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 | 
 |  |  |         username: root@sfxx#other_cluster | 
 |  |  |         password: Y5oapyS8 | 
 |  |  |         driverClassName: com.mysql.cj.jdbc.Driver | 
 |  |  |  | 
 |  |  |       #        # 高斯数据库配置 | 
 |  |  | 
 |  |  |         # #连接池最大阻塞等待时间(使用负值表示没有限制) | 
 |  |  |         max-wait: -1ms | 
 |  |  |  | 
 |  |  | # Swagger配置 | 
 |  |  | swagger: | 
 |  |  |   # 是否开启swagger | 
 |  |  |   enabled: false | 
 |  |  |   # 请求前缀 | 
 |  |  |   pathMapping: /dev-api | 
 |  |  |  | 
 |  |  | # PageHelper分页插件 | 
 |  |  | #pagehelper: | 
 |  |  | #  helperDialect: mysql | 
 |  |  | #  supportMethodsArguments: true | 
 |  |  | ##  params: countSql;pageSizeZero=true | 
 |  |  |  | 
 |  |  | magic-api: | 
 |  |  |   web: /magic/web | 
 |  |  |   resource: | 
 |  |  | 
 |  |  |     page: page | 
 |  |  |     default-page: 1 | 
 |  |  |     default-size: 10 | 
 |  |  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  | #钉钉的密钥 | 
 |  |  | dingAppid: dingn8iip5ubj7clrrsv | 
 |  |  | 
 |  |  | req_path: 8093 | 
 |  |  | #localIP: https://wx.lihusmart.com | 
 |  |  | #丽水外链请求IP和端口号 | 
 |  |  | localIP: http://221.12.19.26 | 
 |  |  | localIP: https://221.12.19.26 | 
 |  |  |  | 
 |  |  | #获取患者信息URL(华卓提供) | 
 |  |  | hosp_info_url: http://esb-core-rest.wowjoy.cn/esb/exchange | 
 |  |  | 
 |  |  | #admin管理员userId | 
 |  |  | isAdmin: 1,2,3,4,5,6,7,8,9,10,11,12,13 | 
 |  |  |  | 
 |  |  | #随访医院:1新华   2丽水 | 
 |  |  | #随访医院:1新华   2丽水    4省立同德 | 
 |  |  | visitHosp: 2 | 
 |  |  |  | 
 |  |  | #处理投诉建议的部门编码 | 
 |  |  | dealDeptCode: | 
 |  |  |  | 
 |  |  | #是否加密  0不加   1加密 | 
 |  |  | isEncryp: 0 |