|
|
@ -14,7 +14,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients; |
|
|
|
"com.yxt.anrui.portal" |
|
|
|
}) |
|
|
|
@EnableDiscoveryClient |
|
|
|
@EnableFeignClients(basePackages = {"com.yxt.anrui.crm", "com.yxt.anrui.flowable", "com.yxt.messagecenter", "com.yxt.anrui.terminal", "com.yxt.anrui.base", "com.yxt.anrui.scm", "com.yxt.anrui.fin", "com.yxt.anrui.buscenter", "com.yxt.anrui.riskcenter"}) |
|
|
|
@EnableFeignClients(basePackages = {"com.yxt.anrui.crm", "com.yxt.anrui.flowable", "com.yxt.messagecenter", "com.yxt.anrui.terminal", "com.yxt.anrui.base", "com.yxt.anrui.scm", "com.yxt.anrui.fin", "com.yxt.anrui.buscenter", "com.yxt.anrui.riskcenter","com.yxt.wms"}) |
|
|
|
public class PortalApplication { |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|