From 382c99b3b8f091fa9921af9398402c71822eaa78 Mon Sep 17 00:00:00 2001 From: cheng <1821349743@qq.com> Date: 星期二, 24 十二月 2024 21:56:38 +0800 Subject: [PATCH] pom 版本升级到 2.1.0-release --- src/main/resources/application.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c61ecc6..1341aa9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ # dev prod spring.profiles.active=dev - +spring.application.name=product-server # *********server log start ************** server.tomcat.access-log-pattern=%h %D %m %l %u %t "%r" %s %b server.tomcat.background-processor-delay=-1 -- Gitblit v1.9.2