From 0b8a2ab20c70a61cb710c3bd3ded2b2cdf4d86d2 Mon Sep 17 00:00:00 2001 From: 6c <420680616@qq.com> Date: 星期五, 24 十月 2025 17:41:31 +0800 Subject: [PATCH] 请求历史特殊方法优化-添加初始状态方法 --- product-server-web/src/main/resources/application.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/product-server-web/src/main/resources/application.properties b/product-server-web/src/main/resources/application.properties index c61ecc6..9f1b91f 100644 --- a/product-server-web/src/main/resources/application.properties +++ b/product-server-web/src/main/resources/application.properties @@ -1,5 +1,5 @@ # dev prod -spring.profiles.active=dev +spring.profiles.active=prod # *********server log start ************** server.tomcat.access-log-pattern=%h %D %m %l %u %t "%r" %s %b -- Gitblit v1.9.2