From 212aa4ae1f54fe4d3e51b9695224f9f86cd1bd22 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 11 七月 2023 10:58:48 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
service-report/src/main/java/com/java110/report/ReportServiceApplicationStart.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/service-report/src/main/java/com/java110/report/ReportServiceApplicationStart.java b/service-report/src/main/java/com/java110/report/ReportServiceApplicationStart.java
index 390eb8b..107c530 100755
--- a/service-report/src/main/java/com/java110/report/ReportServiceApplicationStart.java
+++ b/service-report/src/main/java/com/java110/report/ReportServiceApplicationStart.java
@@ -33,7 +33,7 @@
* @tag
*/
@SpringBootApplication(scanBasePackages = {"com.java110.service", "com.java110.report",
- "com.java110.core", "com.java110.config.properties.code", "com.java110.db"},
+ "com.java110.core", "com.java110.config.properties.code", "com.java110.db","com.java110.doc"},
exclude = {LiquibaseAutoConfiguration.class,
org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class})
@EnableDiscoveryClient
@@ -45,6 +45,7 @@
"com.java110.intf.store",
"com.java110.intf.user",
"com.java110.intf.fee",
+ "com.java110.intf.dev",
"com.java110.intf.community"})
public class ReportServiceApplicationStart {
@@ -86,5 +87,8 @@
//鍒濆鍖� activity 娴佺▼
//DeploymentActivity.deploymentProcess();
+
+ //鏈嶅姟鍚姩瀹屾垚
+ ServiceStartInit.printStartSuccessInfo();
}
}
\ No newline at end of file
--
Gitblit v1.8.0