From 8de09297dcc5393cc8542f29318b17f5696d4f8d Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期五, 17 七月 2026 09:28:46 +0800
Subject: [PATCH] feat:单点登录 首页及首页跳转
---
platformx-boot/src/main/resources/application.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/platformx-boot/src/main/resources/application.yml b/platformx-boot/src/main/resources/application.yml
index ee27182..646092d 100644
--- a/platformx-boot/src/main/resources/application.yml
+++ b/platformx-boot/src/main/resources/application.yml
@@ -1,10 +1,10 @@
-server:
- port: 8888 # 椤圭洰绔彛
+. server:
+ port: 8899 # 椤圭洰绔彛
servlet:
context-path: /business # 椤圭洰璁块棶璺緞
servers:
main-url: http://127.0.0.1:9999/admin
- business-url: http://127.0.0.1:8888/business
+ business-url: http://127.0.0.1:8899/business
spring:
application:
--
Gitblit v1.9.1