From 5088f71ed588f5502a0f1df337538e2a459efe7d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 17 十月 2019 22:35:42 +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