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

---
 WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java b/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
index c179506..4c7e62b 100644
--- a/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
+++ b/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
@@ -32,7 +32,7 @@
         "com.java110.service.controller",
         "com.java110.service.filter",
         "com.java110.service.init",
-        "com.java110.web", "com.java110.core", "com.java110.cache"})
+        "com.java110.web", "com.java110.core", "com.java110.config.properties.code","com.java110.cache"})
 @EnableDiscoveryClient
 //@EnableConfigurationProperties(EventProperties.class)
 @EnableAutoConfiguration(exclude = {DataSourceAutoConfiguration.class})

--
Gitblit v1.8.0