|
|
|
@ -150,7 +150,7 @@ spring.data.mongodb.port=27017
|
|
|
|
|
################ \u4E3B\u6570\u636E\u6E90 ################
|
|
|
|
|
|
|
|
|
|
##############\u5B9A\u65F6\u4EFB\u52A1\u6301\u4E45\u5316##############
|
|
|
|
|
impp.schedule.open=false
|
|
|
|
|
impp.schedule.open=true
|
|
|
|
|
impp.schedule.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
impp.schedule.datasource.jdbc-url=jdbc:mysql://10.195.88.71:3306/impp_i3_schedule?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
impp.schedule.datasource.username=root
|
|
|
|
@ -228,7 +228,7 @@ spring.shardingsphere.datasource.master.keep-alive-time=3500000
|
|
|
|
|
##??
|
|
|
|
|
spring.shardingsphere.datasource.slave.type=com.zaxxer.hikari.HikariDataSource
|
|
|
|
|
spring.shardingsphere.datasource.slave.driver-class-name= com.mysql.jdbc.Driver
|
|
|
|
|
spring.shardingsphere.datasource.slave.JdbcUrl=jdbc:mysql://10.195.88.71:3336/impp_i3_mes?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
spring.shardingsphere.datasource.slave.JdbcUrl=jdbc:mysql://10.195.88.71:3316/impp_i3_mes?autoReconnect=true&useSSL=false&characterEncoding=utf-8
|
|
|
|
|
spring.shardingsphere.datasource.slave.username=root
|
|
|
|
|
spring.shardingsphere.datasource.slave.password=estsh123
|
|
|
|
|
|
|
|
|
@ -261,3 +261,23 @@ spring.shardingsphere.sharding.master-slave-rules.ds0.slave-data-source-names=sl
|
|
|
|
|
spring.shardingsphere.props.sql.show = false
|
|
|
|
|
|
|
|
|
|
spring.shardingsphere.props.max.connections.size.per.query = 10
|
|
|
|
|
|
|
|
|
|
impp.schedule.scheduleType=xxljob
|
|
|
|
|
xxl.job.admin.addresses=http://10.195.88.71:10010/xxl-job-admin
|
|
|
|
|
### xxl-job, access token
|
|
|
|
|
xxl.job.accessToken=
|
|
|
|
|
### xxl-job executor appname
|
|
|
|
|
#xxl.job.executor.appname=${project.name}
|
|
|
|
|
xxl.job.executor.appname=i3mes-castle
|
|
|
|
|
### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
|
|
|
|
|
xxl.job.executor.address=
|
|
|
|
|
### xxl-job executor server-info
|
|
|
|
|
xxl.job.executor.ip=10.196.75.109
|
|
|
|
|
#xxl.job.executor.ip=
|
|
|
|
|
#xxl.job.executor.port=9999
|
|
|
|
|
xxl.job.executor.port=8888
|
|
|
|
|
### xxl-job executor log-path
|
|
|
|
|
xxl.job.executor.logpath=
|
|
|
|
|
### xxl-job executor log-retention-days
|
|
|
|
|
xxl.job.executor.logretentiondays=10
|
|
|
|
|
xxl.job.basePackage=cn.estsh.i3plus.ext.mes.apiservice.schedulejob
|
|
|
|
|