remove useless mapscan

This commit is contained in:
2021-08-18 20:07:00 +08:00
parent 9e03b00796
commit 8a4f05f7a7

View File

@@ -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 {