Commit c649d82db0a781363b83e341a7b6ed75b2496910
1 parent
002d235c5a
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 @
c649d82
| ... | ... | @@ -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="platform"/> | |
| 13 | + <constructor-arg name="databaseName" value="sync-platform-data"/> | |
| 14 | 14 | </bean> |
| 15 | 15 | |
| 16 | 16 |