Spring学习笔记【十六】纯注解Spring+Mybatis编程
文章目录
纯注解Spring+Mybatis编程01 基础配置02 Mapper03 Mapper.xml04 使用05 MapperLocations 编码时通配的写法06 耦合问题6.1 创建配置文件6.2 新建一个类6.3 配置类
纯注解Spring+Mybatis编程
01 基础配置
连接池SqlSessionFactoryBeanMapperScannerConfigure
@Configuration
@ComponentScan("com.frame.mybatis")
@MapperScan(basePackages = ("com.frame.mybatis"))
public class AppConfig {
@Bean
public DruidDataSource dataSource(){
DruidDataSource
版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/19763.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论