From 9db38682cbd541848696b758e4ebfe89b468357e Mon Sep 17 00:00:00 2001 From: wangpengfei <1928057482@qq.com> Date: Mon, 22 Jul 2024 11:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7004abe..eec1221 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,9 +2,9 @@ spring: application: name: ss-common-goods profiles: - active: devv +# active: dev # active: test -# active: pro + active: pro messages: # 国际化资源文件路径 basename: i18n/messages @@ -19,7 +19,7 @@ spring: enabled: true server: - port: 6211 + port: 6212 max-http-header-size: 102400 undertow: max-http-post-size: -1