diff --git a/modules/i3plus-core-apiservice/src/main/resources/application-docker-yfas-nd.properties b/modules/i3plus-core-apiservice/src/main/resources/application-docker-yfas-nd.properties index 6fe376f..cd00a7a 100644 --- a/modules/i3plus-core-apiservice/src/main/resources/application-docker-yfas-nd.properties +++ b/modules/i3plus-core-apiservice/src/main/resources/application-docker-yfas-nd.properties @@ -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