remove useless mapscan

This commit is contained in:
juzeon 2021-08-18 20:07:00 +08:00
父節點 9e03b00796
當前提交 8a4f05f7a7

查看文件

@ -11,7 +11,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
import javax.sql.DataSource;
@SpringBootApplication
@MapperScan("com.update.update.dao.freshMapper")
//@MapperScan("com.update.update.dao.freshMapper")
public class UpdateApplication {