cl
6 天以前 4532ca7e676b510c35855bfadf10106ba7bd12e8
rsf-server/src/main/java/com/vincent/rsf/server/ServerBoot.java
@@ -2,8 +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) {