摘要:
1、mybatis-starter作用 自动检测工程中的DataSource 创建并注册SqlSessionFactory实例 创建并注册SqlSessionTemplate实例 自动扫描mappers 2、mybatis-starter使用 1) 引入mybatis-spring-boot-sta 阅读全文
posted @ 2020-03-08 21:45 work hard work smart 阅读(3727) 评论(0) 推荐(0) 编辑
|
|||
摘要:
1、mybatis-starter作用 自动检测工程中的DataSource 创建并注册SqlSessionFactory实例 创建并注册SqlSessionTemplate实例 自动扫描mappers 2、mybatis-starter使用 1) 引入mybatis-spring-boot-sta 阅读全文
posted @ 2020-03-08 21:45 work hard work smart 阅读(3727) 评论(0) 推荐(0) 编辑
摘要:
Spring Boot starter原理 一、starter自动配置类导入 启动类上@SpringBootApplication -> 引入AutoConfigurationImportSelector -> ConfigurationClassParser 中处理 -> 获取spring.fac 阅读全文
posted @ 2020-03-08 20:32 work hard work smart 阅读(1205) 评论(0) 推荐(0) 编辑
摘要:
1、starter介绍 简介: 可插拔插件 与jar包区别: starter能实现自动配置 作用: 大幅提高开发效率 2、常用的starter 名称 描述 spring-boot-starter-thymeleaf 使MVC Web applications 支持Thymeleaf spring-b 阅读全文
posted @ 2020-03-08 16:32 work hard work smart 阅读(438) 评论(0) 推荐(0) 编辑 |
|||