From 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 18 二月 2020 00:05:40 +0800
Subject: [PATCH] 管理员加入商户小区开发完成
---
WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 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..6169b1f 100644
--- a/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
+++ b/WebService/src/main/java/com/java110/web/WebServiceApplicationStart.java
@@ -1,7 +1,7 @@
package com.java110.web;
import com.java110.service.init.ServiceStartInit;
-import com.java110.web.core.VueComponentTemplate;
+import com.java110.front.core.VueComponentTemplate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
@@ -27,12 +27,17 @@
* @date 2016骞�8鏈�6鏃�
* @tag
*/
-@SpringBootApplication(scanBasePackages = {"com.java110.service.aop",
+@SpringBootApplication(scanBasePackages = {"com.java110.front.aop",
"com.java110.service.configuration",
- "com.java110.service.controller",
- "com.java110.service.filter",
+ "com.java110.front.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",
+ "com.java110.front"
+})
@EnableDiscoveryClient
//@EnableConfigurationProperties(EventProperties.class)
@EnableAutoConfiguration(exclude = {DataSourceAutoConfiguration.class})
--
Gitblit v1.8.0