chen.lin
1 天以前 4c1ac97d065cd4f179fbe2a63970d447c0c54c62
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) {