From efa63bc50db3fa487ce255fd4020c49960388c6b Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 02 十一月 2019 11:56:54 +0800
Subject: [PATCH] 加入 投诉建议
---
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