wuxw7
2018-04-18 72805d4ea6b801572cda752a3edd4b8985c553a2
CenterService/src/main/java/com/java110/center/CenterServiceApplicationStart.java
@@ -19,7 +19,7 @@
 * @date 2016年8月6日
 * @tag
 */
@SpringBootApplication(scanBasePackages={"com.java110.service","com.java110.order","com.java110.core","com.java110.event.center"})
@SpringBootApplication(scanBasePackages={"com.java110.service","com.java110.center","com.java110.core","com.java110.event.center","com.java110.cache"})
@EnableDiscoveryClient
//@EnableConfigurationProperties(EventProperties.class)
public class CenterServiceApplicationStart {