diff --git a/config/app.properties b/config/app.properties index 5b8e5fe..8444e70 100644 --- a/config/app.properties +++ b/config/app.properties @@ -2,6 +2,8 @@ spring.application.name=bizsvr server.port=11089 +logging.config=logback-spring.xml + #instance.ip=127.0.0.1 # 配置中心url server.servlet.context-path=/api/bizsvr