12345678910111213141516171819202122232425262728293031323334 |
- spring:
- redis:
- host: 47.101.137.223
- port: 6379
- database: 3
- password: Xx0GWxdWQJxx6Swe
- lettuce:
- pool:
- max-active: 20
- max-idle: 20
- min-idle: 0
- max-wait: -1ms
- timeout: 2000ms
- datasource:
- url: jdbc:mysql://47.101.137.223:3306/pas-prod?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
- username: root
- password: TU5x6IeBi7rl
- driver-class-name: com.mysql.cj.jdbc.Driver
- type: com.alibaba.druid.pool.DruidDataSource
- druid:
- stat-view-servlet:
- login-username: admin
- login-password: Cslg2022+
- web-stat-filter:
- exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
- authorUrl: http://localhost:8871
- PCSUrl: http://localhost:8871
- #OPSUrl: http://192.168.1.24:5001
- OPSUrl: http://139.224.24.90:5001
- PASUrl: http://localhost:8877
- RMSUrl: http://localhost:8872
- FMSUrl: http://localhost:8801
- FileSource: 3
|