mirror of
https://github.com/dianping/camel.git
synced 2024-11-10 09:13:26 +08:00
change db config
This commit is contained in:
parent
90f3e77b61
commit
0ac5057cce
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
<property name="order" value="1"/>
|
<property name="order" value="1"/>
|
||||||
<property name="locations">
|
<property name="locations">
|
||||||
<list>
|
<list>
|
||||||
<value>file:/data/appdatas/slb/jdbc-mysql.properties</value>
|
<value>file:/data/appdatas/camel/jdbc-mysql.properties</value>
|
||||||
<value>file:/data/appdatas/slb/mongo.properties</value>
|
<value>file:/data/appdatas/camel/mongo.properties</value>
|
||||||
<value>classpath:slb.properties</value>
|
<value>classpath:slb.properties</value>
|
||||||
<value>classpath:web.properties</value>
|
<value>classpath:web.properties</value>
|
||||||
</list>
|
</list>
|
||||||
|
|
Loading…
Reference in a new issue