rsf-server/src/main/java/com/vincent/rsf/server/ServerBoot.java
@@ -2,10 +2,12 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.openfeign.EnableFeignClients; import org.springframework.context.annotation.ComponentScan; @SpringBootApplication @ComponentScan(basePackages = {"com.vincent.rsf.server", "com.vincent.rsf.common"}) @EnableFeignClients(basePackages = "com.vincent.rsf.server.api.feign") public class ServerBoot { public static void main(String[] args) {