|
|
@ -1,4 +1,4 @@ |
|
|
|
package com.yxt.as; |
|
|
|
package com.yxt.anrui.as; |
|
|
|
|
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
@ -11,9 +11,9 @@ import org.springframework.cloud.openfeign.EnableFeignClients; |
|
|
|
@EnableDiscoveryClient |
|
|
|
@SpringBootApplication(scanBasePackages = { |
|
|
|
"com.yxt.common.base.config", |
|
|
|
"com.yxt.as" |
|
|
|
"com.yxt.anrui.as" |
|
|
|
}) |
|
|
|
@EnableFeignClients(basePackages = {}) |
|
|
|
@EnableFeignClients(basePackages = {"com.yxt.anrui.*",}) |
|
|
|
public class AsApplication { |
|
|
|
public static void main(String[] args) { |
|
|
|
SpringApplication.run(AsApplication.class, args); |