From f429658e8bf3c88c4550171f61d6984033940b54 Mon Sep 17 00:00:00 2001 From: wanghc <2466022993@qq.com> Date: Thu, 09 Mar 2023 09:22:47 +0800 Subject: [PATCH] 浦发分行系统文件上传 --- cmci-pfcs-gateway/src/main/resources/application.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cmci-pfcs-gateway/src/main/resources/application.properties b/cmci-pfcs-gateway/src/main/resources/application.properties index d9f4f96..c255588 100644 --- a/cmci-pfcs-gateway/src/main/resources/application.properties +++ b/cmci-pfcs-gateway/src/main/resources/application.properties @@ -1,2 +1,4 @@ +spring.application.name=@pom.artifactId@ server.port=8400 +server.servlet.context-path=/pf-api logging.config=classpath:logback.xml \ No newline at end of file -- Gitblit v1.8.0