guyue
2 天以前 00c46e6daca9f068a86ef0d3571a2a206628c328
src/main/java/com/linghu/LingHuApplication.java
@@ -3,8 +3,10 @@
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication
@EnableScheduling
@MapperScan("com.linghu.mapper")
public class LingHuApplication {