From ea1f9115b8c83c8a614ab7ec72e5cce5d84ef0b7 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 11 十一月 2019 23:46:03 +0800
Subject: [PATCH] 删除base 头信息存在数据

---
 WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java |    7 ++++++-
 1 files changed, 6 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..ee16a9e 100644
--- a/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
+++ b/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
@@ -32,7 +32,12 @@
         "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",
+        "com.java110.report"
+})
 @EnableDiscoveryClient
 //@EnableConfigurationProperties(EventProperties.class)
 @EnableAutoConfiguration(exclude = {DataSourceAutoConfiguration.class})

--
Gitblit v1.8.0