wuxw
2019-12-27 8ff4edca6ed7860bcbdb07180544f67288cda70e
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.config.properties.code","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})