|
|
|
@ -85,9 +85,9 @@ spring.sleuth.sampler.probability=1.0
|
|
|
|
|
|
|
|
|
|
################ 日志据源 ################
|
|
|
|
|
spring.data.mongodb.database=testMongoDBSource
|
|
|
|
|
spring.data.mongodb.uri=192.168.1.55:27017
|
|
|
|
|
spring.data.mongodb.username=sa
|
|
|
|
|
spring.data.mongodb.password=i3plus
|
|
|
|
|
spring.data.mongodb.uri=192.168.1.240:27017
|
|
|
|
|
spring.data.mongodb.username=test
|
|
|
|
|
spring.data.mongodb.password=test
|
|
|
|
|
spring.data.mongodb.port=27017
|
|
|
|
|
|
|
|
|
|
################ 主数据源 ################
|
|
|
|
@ -106,23 +106,23 @@ spring.data.mongodb.port=27017
|
|
|
|
|
##主数据源,读写
|
|
|
|
|
#impp.write.datasource.type=com.zaxxer.hikari.HikariDataSource
|
|
|
|
|
impp.write.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
impp.write.datasource.jdbc-url=jdbc:mysql://192.168.1.55:3308/impp_i3_core?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
impp.write.datasource.username=impp_i3_core_user
|
|
|
|
|
impp.write.datasource.password=impp_i3_core_pwd
|
|
|
|
|
impp.write.datasource.jdbc-url=jdbc:mysql://192.168.1.240:3306/impp_i3_core?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
impp.write.datasource.username=DL
|
|
|
|
|
impp.write.datasource.password=123456
|
|
|
|
|
|
|
|
|
|
##辅数据源,只读
|
|
|
|
|
#impp.read.datasource.type=com.zaxxer.hikari.HikariDataSource
|
|
|
|
|
impp.read.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
impp.read.datasource.jdbc-url=jdbc:mysql://192.168.1.55:3308/impp_i3_core?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
impp.read.datasource.username=impp_i3_core_user
|
|
|
|
|
impp.read.datasource.password=impp_i3_core_pwd
|
|
|
|
|
impp.read.datasource.jdbc-url=jdbc:mysql://192.168.1.240:3306/impp_i3_core?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
impp.read.datasource.username=DL
|
|
|
|
|
impp.read.datasource.password=123456
|
|
|
|
|
|
|
|
|
|
##############定时任务持久化##############
|
|
|
|
|
impp.schedule.open=true
|
|
|
|
|
impp.schedule.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
impp.schedule.datasource.jdbc-url=jdbc:mysql://192.168.1.55:3308/impp_i3_schedule?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
impp.schedule.datasource.username=impp_i3_schedule_user
|
|
|
|
|
impp.schedule.datasource.password=impp_i3_schedule_pwd
|
|
|
|
|
impp.schedule.datasource.jdbc-url=jdbc:mysql://192.168.1.240:3306/impp_i3_schedule?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
impp.schedule.datasource.username=DL
|
|
|
|
|
impp.schedule.datasource.password=123456
|
|
|
|
|
impp.schedule.datasource.max-connections=20
|
|
|
|
|
#定时任务在服务启动后多少秒执行
|
|
|
|
|
impp.schedule.start.after-second=20
|
|
|
|
|