chen.lin
昨天 c69781e2b78ed7a5ffe9b59c0c555f07deabe735
rsf-server/src/main/java/com/vincent/rsf/server/ServerBoot.java
@@ -2,8 +2,10 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication
@ComponentScan(basePackages = {"com.vincent.rsf.server", "com.vincent.rsf.common"})
public class ServerBoot {
   public static void main(String[] args) {