From 9454b49eeabd56894550f1419f14e96f9d10c2ef Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 02 二月 2019 13:15:51 +0800
Subject: [PATCH] 调整日志信息

---
 PropertyService/src/main/java/com/java110/property/PropertyServiceApplicationStart.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/PropertyService/src/main/java/com/java110/property/PropertyServiceApplicationStart.java b/PropertyService/src/main/java/com/java110/property/PropertyServiceApplicationStart.java
index fa26bb8..bca4d46 100644
--- a/PropertyService/src/main/java/com/java110/property/PropertyServiceApplicationStart.java
+++ b/PropertyService/src/main/java/com/java110/property/PropertyServiceApplicationStart.java
@@ -3,6 +3,8 @@
 import com.java110.core.annotation.Java110ListenerDiscovery;
 import com.java110.event.service.BusinessServiceDataFlowEventPublishing;
 import com.java110.service.init.ServiceStartInit;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.boot.web.client.RestTemplateBuilder;
@@ -30,7 +32,8 @@
 @Java110ListenerDiscovery(listenerPublishClass = BusinessServiceDataFlowEventPublishing.class,
         basePackages = {"com.java110.property.listener"})
 public class PropertyServiceApplicationStart {
-    
+    private final static Logger logger = LoggerFactory.getLogger(PropertyServiceApplicationStart.class);
+
 
     /**
      * 瀹炰緥鍖朢estTemplate锛岄�氳繃@LoadBalanced娉ㄨВ寮�鍚潎琛¤礋杞借兘鍔�.

--
Gitblit v1.8.0