From c71ff3fbccb8e3cda66bad3a4d2f76b588223018 Mon Sep 17 00:00:00 2001
From: JEECG <445654970@qq.com>
Date: Mon, 26 May 2025 19:14:02 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E9=97=AESwagger=E6=8E=A5=E5=8F=A3?=
=?UTF-8?q?=E4=B8=8D=E5=B8=A6doc.html=E5=90=8E=E7=BC=80=EF=BC=8C=E4=BC=9A?=
=?UTF-8?q?=E4=B8=A2=E5=A4=B1=E9=A1=B9=E7=9B=AE=E5=89=8D=E7=BC=80/jeecg-bo?=
=?UTF-8?q?ot/=E5=AF=BC=E8=87=B4=E6=B5=8B=E8=AF=95=E6=8E=A5=E5=8F=A3?=
=?UTF-8?q?=EF=BC=8C=E8=BF=94=E5=9B=9E=E4=B8=8B=E8=BD=BD=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jeecg-boot/jeecg-boot-base-core/pom.xml | 4 ----
.../src/main/java/org/jeecg/JeecgSystemApplication.java | 4 ++--
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/jeecg-boot/jeecg-boot-base-core/pom.xml b/jeecg-boot/jeecg-boot-base-core/pom.xml
index dd82850f6..b050d2882 100644
--- a/jeecg-boot/jeecg-boot-base-core/pom.xml
+++ b/jeecg-boot/jeecg-boot-base-core/pom.xml
@@ -9,10 +9,6 @@
4.0.0
jeecg-boot-base-core
-
- 3.1.5
-
-
aliyun
diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/java/org/jeecg/JeecgSystemApplication.java b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/java/org/jeecg/JeecgSystemApplication.java
index 8e1155b87..843cbc4f4 100644
--- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/java/org/jeecg/JeecgSystemApplication.java
+++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/java/org/jeecg/JeecgSystemApplication.java
@@ -46,8 +46,8 @@ public class JeecgSystemApplication extends SpringBootServletInitializer {
String path = oConvertUtils.getString(env.getProperty("server.servlet.context-path"));
log.info("\n----------------------------------------------------------\n\t" +
"Application Jeecg-Boot is running! Access URLs:\n\t" +
- "Local: \t\thttp://localhost:" + port + path + "/\n\t" +
- "External: \thttp://" + ip + ":" + port + path + "/\n\t" +
+ "Local: \t\thttp://localhost:" + port + path + "/doc.html\n\t" +
+ "External: \thttp://" + ip + ":" + port + path + "/doc.html\n\t" +
"Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
"----------------------------------------------------------");