From bd72b193becb5770c2ba7dd0580d46428def7a03 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 29 五月 2023 17:00:57 +0800
Subject: [PATCH] optmize
---
service-report/src/main/java/com/java110/report/ReportServiceApplicationStart.java | 5 ++++-
1 files changed, 4 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..e4d6c42 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
@@ -86,5 +86,8 @@
//鍒濆鍖� activity 娴佺▼
//DeploymentActivity.deploymentProcess();
+
+ //鏈嶅姟鍚姩瀹屾垚
+ ServiceStartInit.printStartSuccessInfo();
}
}
\ No newline at end of file
--
Gitblit v1.8.0