From 9e22e9abd4a3c606ec51d491abf94d7a465356b9 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期五, 30 六月 2023 00:35:56 +0800
Subject: [PATCH] 优化商户

---
 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