mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
避免包重复扫描
This commit is contained in:
@@ -30,7 +30,7 @@ import javax.sql.DataSource;
|
||||
*/
|
||||
@Configuration
|
||||
//@ConditionalOnBean(DataSource.class)
|
||||
@MapperScan({"com.yami.shop.dao","com.yami.shop.**.dao"})
|
||||
@MapperScan({"com.yami.shop.**.dao"})
|
||||
public class MybatisPlusConfig {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user