From b613b1c082f646e5de9a88ea3f072ad9c5cf898e Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 07 三月 2024 17:52:29 +0800
Subject: [PATCH] ERP接口
---
server/openapi/src/main/resources/application.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/openapi/src/main/resources/application.yml b/server/openapi/src/main/resources/application.yml
index aed8465..bb74450 100644
--- a/server/openapi/src/main/resources/application.yml
+++ b/server/openapi/src/main/resources/application.yml
@@ -10,7 +10,7 @@
# application:
# name: doumeemes
profiles:
- active: test
+ active: testHS
# JSON杩斿洖閰嶇疆
jackson:
@@ -70,7 +70,7 @@
enabled: true
mime-types: application/json
- port: 10018
+ port: 10029
tomcat:
max-swallow-size: -1
servlet:
--
Gitblit v1.9.3