| | |
| | | @EnableFeignClients(basePackages = { |
| | | "com.java110.intf.user", |
| | | "com.java110.intf.store", |
| | | "com.java110.intf.fee" |
| | | "com.java110.intf.fee", |
| | | "com.java110.intf.community" |
| | | }) |
| | | public class CommonServiceApplicationStart { |
| | | |
| | |
| | | package com.java110.front; |
| | | |
| | | import com.java110.core.smo.impl.ComputeFeeSMOImpl; |
| | | import com.java110.service.init.ServiceStartInit; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | |
| | | "com.java110.core", |
| | | "com.java110.config.properties.code", |
| | | "com.java110.report" |
| | | },excludeName = {"com.java110.core.smo"}) |
| | | },exclude = {ComputeFeeSMOImpl.class}) |
| | | |
| | | @EnableDiscoveryClient |
| | | //@EnableConfigurationProperties(EventProperties.class) |