From 06d6b563f01636476c48aae5cbb01f06b24c0e36 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 21 七月 2023 11:03:28 +0800 Subject: [PATCH] # 客户名称长度限制 --- src/main/resources/application.yml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 21c2891..212dcdc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,8 @@ server: - port: 8080 + port: 9528 servlet: - context-path: /@pom.build.finalName@ + context-path: +# context-path: /@pom.build.finalName@ spring: application: @@ -32,8 +33,8 @@ mapper-locations: classpath:mapper/*.xml # global-config: # field-strategy: 0 - configuration: - log-impl: org.apache.ibatis.logging.stdout.StdOutImpl +# configuration: +# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl logging: path: /stock/out/@pom.build.finalName@/logs -- Gitblit v1.9.1