Browse Source

综合调度同步配置参数

wangyangyang 4 years ago
parent
commit
e9f86f35f6

+ 2 - 0
sms_water/src/main/resources/application-dev.properties

@@ -113,4 +113,6 @@ spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThre
 spring.quartz.properties.org.quartz.threadPool.threadCount=10
 spring.quartz.properties.org.quartz.threadPool.threadPriority=5
 spring.quartz.properties.org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
+receive.exchange.name=messageExchange
+dispath.routing.key=dipathKey
 

+ 2 - 0
sms_water/src/main/resources/application-prd.properties

@@ -112,3 +112,5 @@ spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThre
 spring.quartz.properties.org.quartz.threadPool.threadCount=10
 spring.quartz.properties.org.quartz.threadPool.threadPriority=5
 spring.quartz.properties.org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
+receive.exchange.name=messageExchange
+dispath.routing.key=dipathKey

+ 2 - 1
sms_water/src/main/resources/application-sit.properties

@@ -115,5 +115,6 @@ spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThre
 spring.quartz.properties.org.quartz.threadPool.threadCount=10
 spring.quartz.properties.org.quartz.threadPool.threadPriority=5
 spring.quartz.properties.org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
-
+receive.exchange.name=messageExchange
+dispath.routing.key=dipathKey