完成springboot-mongodb升级重构

This commit is contained in:
Xiong Neng
2018-09-15 13:49:05 +08:00
parent 1e578567b0
commit 62a79fa73e
2 changed files with 16 additions and 23 deletions

View File

@ -23,23 +23,4 @@ logging:
ROOT: INFO
com:
xncoding: DEBUG
file: E:/logs/app.log
---
#####################################################################
######################## 测试环境profile ##########################
#####################################################################
spring:
profiles: test
data:
mongodb:
uri: mongodb://xiongneng:123456@localhost:27017/test
logging:
level:
ROOT: INFO
com:
xncoding: DEBUG
file: /var/logs/app.log
file: D:/logs/app.log