1. 修改配置文件

yun-zuoyi
于学杰 6 years ago
parent 6699347729
commit 9381d57d26

@ -89,9 +89,9 @@ spring.jpa.properties.hibernate.hbm2ddl.auto=update
impp.schedule.open=true
impp.schedule.datasource.driver-class-name=com.mysql.jdbc.Driver
impp.schedule.datasource.jdbc-url=jdbc:mysql://dbmaster:3306/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.max-connections=20
impp.schedule.datasource.username=wmslogin
impp.schedule.datasource.password=Wmslogin$%^&7654
impp.schedule.datasource.max-connections=50
#定时任务在服务启动后多少秒执行
impp.schedule.start.after-second=20
#是否集群部署
@ -99,7 +99,7 @@ impp.schedule.datasource.is-clustered=true
#执行检测(毫秒),若宕机由其他定时器执行
impp.schedule.datasource.cluster-checkin-interval=30000
#线程数
impp.schedule.thread-count=10
impp.schedule.thread-count=50
#线程优先级1-10默认为5
impp.schedule.thread-priority=5

Loading…
Cancel
Save