Commit 41173eb5d064bd7edcfc0e1110a6c17a9453aedc
1 parent
1b6b241353
Exists in
master
and in
8 other branches
座机号 替换的问题
Showing 1 changed file with 1 additions and 1 deletions
platform-data-api/src/main/resources/spring/spring-mongodb.xml
View file @
41173eb
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | <bean name="mongoTemplate" class="org.springframework.data.mongodb.core.MongoTemplate"> |
11 | 11 | <constructor-arg name="mongo" ref="mongo"/> |
12 | 12 | <constructor-arg name="userCredentials" ref="userCredentials"/> |
13 | - <constructor-arg name="databaseName" value="sync-platform-data"/> | |
13 | + <constructor-arg name="databaseName" value="${mongo.db.dbname}"/> | |
14 | 14 | </bean> |
15 | 15 | |
16 | 16 |