完成springboot-websocket升级重构

This commit is contained in:
Xiong Neng 2018-09-15 16:13:06 +08:00
parent adc9ddd900
commit e2ed205d30

View File

@ -24,20 +24,4 @@ logging:
ROOT: INFO ROOT: INFO
com: com:
xncoding: DEBUG xncoding: DEBUG
file: E:/logs/app.log file: D:/logs/app.log
---
#####################################################################
######################## 测试环境profile ##########################
#####################################################################
spring:
profiles: test
logging:
level:
ROOT: INFO
com:
xncoding: DEBUG
file: /var/logs/app.log