spring boot集成mybatis案例之:入门配置

本文当记录了spring boot和mybatis集成的一种方式

  1. 本案例用到的技术或框架
    spring boot
    mybatis(ORM层技术)
    spring boot web(SPRING MVC技术)
    spring boot thymeleaf(VIEW层框架,和spring完美集成)
    alibaba druid(数据源)
    oracle 数据库和对应的jar驱动(数据库)

  2. 设置mybatis依赖库

  3. 设置mybatis的alibaba数据源依赖

  4. 设置mybatis的配置

  5. 配置mybatis的Model类和映射文件

  6. 编写mybatis的DAO层示例代码

  7. 编写mybatis的CONTROLLER示例代码

  8. 编写mybatis的VIEW示例代码

  9. 测试运行

你可能感兴趣的:(alibaba,mybatis,springboot)