From 28e19d6740469ad5c2d1061faa07d29cd9520a13 Mon Sep 17 00:00:00 2001 From: jiangqs <343695869@qq.com> Date: 星期六, 29 四月 2023 23:09:01 +0800 Subject: [PATCH] 分服务 --- ruoyi-gateway/src/main/resources/bootstrap.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-gateway/src/main/resources/bootstrap.yml b/ruoyi-gateway/src/main/resources/bootstrap.yml index d678a94..514b52b 100644 --- a/ruoyi-gateway/src/main/resources/bootstrap.yml +++ b/ruoyi-gateway/src/main/resources/bootstrap.yml @@ -1,6 +1,6 @@ # Tomcat server: - port: 8080 + port: 8020 # Spring spring: -- Gitblit v1.7.1