| | |
| | | # 主库数据源 |
| | | master: |
| | | # 医院环境 |
| | | # url: jdbc:mysql://129.88.242.37:3308/opo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | # username: JQ |
| | | # password: Jqserver88 |
| | | |
| | | # # 开发环境 |
| | | url: jdbc:mysql://116.62.18.175:6002/opo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://129.88.242.37:3308/opo?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: opo |
| | | password: opo@2022 |
| | | password: Smartor.2025 |
| | | |
| | | # 从库数据源 |
| | | slave: |
| | |
| | | wall: |
| | | config: |
| | | multi-statement-allow: true |
| | | |
| | | # redis 配置 |
| | | redis: |
| | | # 地址、密码、端口(默认为6379):医院环境 |
| | | host: 129.88.242.37 |
| | | password: jqserver |
| | | port: 6379 |
| | | |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 连接超时时间 |
| | | timeout: 10s |
| | | lettuce: |
| | | pool: |
| | | # 连接池中的最小空闲连接 |
| | | min-idle: 0 |
| | | # 连接池中的最大空闲连接 |
| | | max-idle: 8 |
| | | # 连接池的最大数据库连接数 |
| | | max-active: 8 |
| | | # #连接池最大阻塞等待时间(使用负值表示没有限制) |
| | | max-wait: -1ms |
| | | |
| | | #钉钉的密钥(省人民) |
| | | agentId: 2975938892 |
| | | dingAppid: dingbxgfddodocmtqqsu |