From 1e32809a100af56ca9dc10750884e0823f19e497 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 1 Jan 2025 18:14:07 +0800 Subject: [PATCH] md --- config/app.properties | 2 ++ 1 file changed, 2 insertions(+) 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