From 5f3da432874c19e17c7c5caaf044f714bbe851a3 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期日, 14 四月 2019 00:25:11 +0800
Subject: [PATCH] 调整文档首页

---
 CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java b/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java
index d434aee..c19eff8 100644
--- a/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java
+++ b/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.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,6 +32,7 @@
 @Java110ListenerDiscovery(listenerPublishClass = BusinessServiceDataFlowEventPublishing.class,
         basePackages = {"com.java110.comment.listener"})
 public class CommentServiceApplicationStart {
+    private final static Logger logger = LoggerFactory.getLogger(CommentServiceApplicationStart.class);
 
 
     /**

--
Gitblit v1.8.0