Commit c088f5a1e551b82adbb20c0c531c917989ce7a6c
1 parent
a0e4167470
Exists in
master
and in
8 other branches
code update
Showing 2 changed files with 2 additions and 2 deletions
platform-operate-api/src/main/resources/spring/spring-mongodb.xml
View file @
c088f5a
... | ... | @@ -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="platform"/> | |
14 | 14 | </bean> |
15 | 15 | |
16 | 16 |