Update MyBatisConfig.java

This commit is contained in:
macro
2021-11-08 17:08:36 +08:00
parent 8f47d18193
commit 1c5e33ff5a

View File

@@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration;
/** /**
* MyBatis相关配置 * MyBatis相关配置
* Created by macro on 2019/4/8. * Created by macro on 2018/4/26.
*/ */
@Configuration @Configuration
@MapperScan("com.macro.mall.mapper") @MapperScan("com.macro.mall.mapper")