xujiawei 6 лет назад
Родитель
Сommit
3fe6a8fbf5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/application.properties

+ 1 - 1
src/main/resources/application.properties

@@ -5,7 +5,7 @@ server.servlet.context-path = /Bug/api/
 #spring.data.mongodb.port = ${MONGO_PORT:29019}
 #spring.data.mongodb.database = ${MONGO_DBNAME:co-report}
 
-#spring.data.mongodb.uri= mongodb://localhost:27017/test
+spring.data.mongodb.uri= mongodb://localhost:27017/test
 
 spring.http.encoding.force = true
 spring.http.encoding.charset = UTF-8