From 2673d4c441ed277c3d7a60a644f44e1596b1fde7 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 10 十月 2019 00:43:18 +0800
Subject: [PATCH] 加入 属性常量扫描

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

diff --git a/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java b/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java
index 9f89be0..e5f80e9 100644
--- a/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java
+++ b/CommentService/src/main/java/com/java110/comment/CommentServiceApplicationStart.java
@@ -28,7 +28,8 @@
  * @date 2016骞�8鏈�6鏃�
  * @tag
  */
-@SpringBootApplication(scanBasePackages = {"com.java110.service", "com.java110.comment", "com.java110.core", "com.java110.cache", "com.java110.db"})
+@SpringBootApplication(scanBasePackages = {"com.java110.service", "com.java110.comment",
+        "com.java110.core", "com.java110.cache","com.java110.config.properties.code", "com.java110.db"})
 @EnableDiscoveryClient
 @Java110ListenerDiscovery(listenerPublishClass = BusinessServiceDataFlowEventPublishing.class,
         basePackages = {"com.java110.comment.listener"})

--
Gitblit v1.8.0