| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | # driver-class-name: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://121.239.169.27:49031/safeplatform.luoan.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai |
| | | username: gkhy_safeplatform_guotai |
| | | password: user@GJLSJ828 |
| | | # driver-class-name: com.mysql.cj.jdbc.Driver |
| | | |
| | | #数据库版本5.7 |
| | | url: jdbc:mysql://106.15.95.149:33306/gt_double_risk?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai |
| | | username: gt_double_risk |
| | | password: B6CrYp7ZhTNdJF4Y |
| | | |
| | | # url: jdbc:mysql://sinanoaq.com:23306/trouble_and_risk.guotai?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai |
| | | # username: riskctrl_gk |
| | | # password: Csa8@g89cajnDFd7 |
| | | |
| | | # url: jdbc:mysql://124.221.179.102:3306/testqhs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
| | | # username: testqhs |
| | | # password: raD2AEaccLRsaFrB |
| | | |
| | | # 数据库版本8 |
| | | # url: jdbc:mysql://121.239.169.27:49031/safeplatform.luoan.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai |
| | | # username: gkhy_safeplatform_guotai |
| | | # password: user@GJLSJ828 |
| | | |
| | | # url: jdbc:mysql://localhost:3306/trouble_and_risk.guotai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | # username: root |
| | |
| | | |
| | | # redis |
| | | redis: |
| | | host: 192.168.30.107 |
| | | port: 6362 |
| | | password: aHIAC88NB98t8bju89 # Redis 服务器密码,默认为空。生产中,一定要设置 Redis 密码! |
| | | database: 0 # Redis 数据库号,默认为 0 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: gkhy@202306 # Redis 服务器密码,默认为空。生产中,一定要设置 Redis 密码! |
| | | database: 9 # Redis 数据库号,默认为 0 |
| | | timeout: 15000 # Redis 连接超时时间,单位:毫秒。 |
| | | lettuce: |
| | | pool: |
| | |
| | | |
| | | http: |
| | | # HTTP端口,39559 |
| | | additionalPorts: 80 |
| | | additionalPorts: 6802 |
| | | # additionalPorts: 6801 |
| | | |
| | | # 项目相关配置 |
| | |
| | | # 版本 |
| | | version: 1.0.3 |
| | | # 版权年份 |
| | | copyrightYear: 2021 |
| | | copyrightYear: 2022-2023 |
| | | # 实例演示开关 |
| | | demoEnabled: false |
| | | # 文件路径 示例( Windows配置D:/TroubleAndRisk/uploadPath,Linux配置 /home/TroubleAndRisk/uploadPath) |
| | | # profile: /www/TroubleAndRisk/uploadPath |
| | | profile: /home/troubleAndRisk/upload |
| | | profile: /www/wwwroot/springboot_pro/TroubleAndRisk/upload |
| | | # 获取ip地址开关 |
| | | addressEnabled: true |