作品分享
问答交流
发现
任务
客服工单
文件配置(MyBatis配置): mybatis: // 配置文件地点,可以配置摆列范例处置惩罚器 config-location: classpath:configs/mybatis.xml // 配置sql文件地点 mapper-locations: classpath:mappers/*.xml // 配置范例包 type-aliases-package: plus.cove.flower.domain.*
代码配置: // 设置mapper实现包(非仓储接口包) @MapperScan(basePackages ="plus.cove.flower.repository.mybatis") public class MyBatisConfig { // 可以设置插件-mybatis原生插件 @Bean public SqlStatementInterceptorlikeInterceptor() { SqlStatementInterceptor statement =new SqlStatementInterceptor(); return statement; }
举报
Powered by CangBaoKu v1.0 小黑屋藏宝库It社区( 冀ICP备14008649号 )
GMT+8, 2024-12-4 16:40, Processed in 0.181072 second(s), 32 queries.© 2003-2025 cbk Team.