Commit 3d3371fbed3016eb9d3b25fbd31e75da4ad7b984

Authored by fangcheng
1 parent 38cc4c6ebe
Exists in master

添加是否同步到节点的properties文件

Showing 2 changed files with 2 additions and 0 deletions

parent/center.manager/src/main/resources/app-context.xml View file @ 3d3371f
... ... @@ -14,6 +14,7 @@
14 14 <bean id="placeholder" class="com.lyms.spring.PropertiesUtil">
15 15 <property name="locations">
16 16 <list>
  17 + <value>classpath:conf.properties</value>
17 18 <value>classpath:jdbc.properties</value>
18 19 <value>classpath:redis.properties</value>
19 20 </list>
parent/center.manager/src/main/resources/dev/conf.properties View file @ 3d3371f
  1 +isCenterOperateSyncToNode=true