From 933ee70c42092a600696428cefd178de805d0439 Mon Sep 17 00:00:00 2001
From: wanghc <2466022993@qq.com>
Date: Tue, 27 Jun 2023 12:46:38 +0800
Subject: [PATCH] 打包方式修改为lib,添加启动脚本

---
 cmci-pfcs-gateway/src/main/resources/application.properties |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/cmci-pfcs-gateway/src/main/resources/application.properties b/cmci-pfcs-gateway/src/main/resources/application.properties
index b88b070..728d746 100644
--- a/cmci-pfcs-gateway/src/main/resources/application.properties
+++ b/cmci-pfcs-gateway/src/main/resources/application.properties
@@ -1,8 +1,4 @@
 spring.application.name=@pom.artifactId@
-server.port=8400
+server.port=60789
 server.servlet.context-path=/pf-api
-logging.config=classpath:logback.xml
-
-#### pf ������api ############
-pf.bill.trade.flow.qry.url=http://www.baidu.com
-pf.bill.file.notice.url=http://www.baidu.com
\ No newline at end of file
+logging.config=classpath:logback.xml
\ No newline at end of file

--
Gitblit v1.8.0