From 2b919980a8c70554a64cb3d03cc95679af4d817f Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 03 七月 2023 00:22:16 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
service-fee/src/main/java/com/java110/fee/FeeServiceApplicationStart.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/service-fee/src/main/java/com/java110/fee/FeeServiceApplicationStart.java b/service-fee/src/main/java/com/java110/fee/FeeServiceApplicationStart.java
index b7c02f8..7472568 100755
--- a/service-fee/src/main/java/com/java110/fee/FeeServiceApplicationStart.java
+++ b/service-fee/src/main/java/com/java110/fee/FeeServiceApplicationStart.java
@@ -33,7 +33,7 @@
* @tag
*/
@SpringBootApplication(scanBasePackages = {"com.java110.service", "com.java110.fee",
- "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"})
@EnableDiscoveryClient
@Java110ListenerDiscovery(listenerPublishClass = BusinessServiceDataFlowEventPublishing.class,
basePackages = {"com.java110.fee.listener"})
@@ -45,6 +45,7 @@
"com.java110.intf.job",
"com.java110.intf.acct",
"com.java110.intf.common",
+ "com.java110.intf.report",
"com.java110.intf.store"})
public class FeeServiceApplicationStart {
@@ -71,6 +72,9 @@
ServiceStartInit.preInitSystemConfig();
ApplicationContext context = SpringApplication.run(FeeServiceApplicationStart.class, args);
ServiceStartInit.initSystemConfig(context);
+
+ //鏈嶅姟鍚姩瀹屾垚
+ ServiceStartInit.printStartSuccessInfo();
} catch (Throwable e) {
logger.error("绯荤粺鍚姩澶辫触", e);
}
--
Gitblit v1.8.0