|
@@ -4,10 +4,10 @@ spring:
|
|
|
application:
|
|
|
name: application-file
|
|
|
redis:
|
|
|
- host: 39.100.230.190
|
|
|
- port: 8120
|
|
|
+ host: 8.142.18.146
|
|
|
+ port: 6379
|
|
|
password: jh1q2w3e4r
|
|
|
- database: 13
|
|
|
+ database: 15
|
|
|
lettuce:
|
|
|
pool:
|
|
|
maxTotal: 5
|
|
@@ -17,15 +17,14 @@ spring:
|
|
|
strict: false #设置严格模式,默认false不启动. 启动后在未匹配到指定数据源时候会抛出异常,不启动则使用默认数据源.
|
|
|
datasource:
|
|
|
self:
|
|
|
- url: jdbc:mysql://39.100.230.190:8092/longdy?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://8.142.18.146:3306/btl_factory?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
- password: Jh@Jh2019!
|
|
|
- driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
|
+ password: 'Jh@Jh2019!'
|
|
|
+ driver-class-name: com.mysql.cj.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
|
file:
|
|
|
- url: jdbc:mysql://39.100.230.190:8092/longdy?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://8.142.18.146:3306/btl_file?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
- password: Jh@Jh2019!
|
|
|
- driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
|
|
+ password: 'Jh@Jh2019!'
|
|
|
hikari:
|
|
|
maximum-pool-size: 5
|
|
|
|
|
@@ -34,7 +33,7 @@ cn:
|
|
|
file:
|
|
|
file-store-dir: download
|
|
|
zip-out-dir: zip
|
|
|
- download-prefix: https:///s2t.jihengcc.cn/file/
|
|
|
+ download-prefix: https://www.zhoudu.ltd/file/
|
|
|
|
|
|
jetcache:
|
|
|
statIntervalMinutes: 15
|