文件名称:[ MybatisPlus ] (一)SpringBoot 整合 MybatisPlus
文件大小:61KB
文件格式:PDF
更新时间:2024-01-12 18:56:06
IN IS mapper
文章目录SpringBoot 整合 MybatisPlus1.导入依赖2.编辑配置文件3.编辑 mapper4.修改启动类 SpringBoot 整合 MybatisPlus 1.导入依赖 com.baomidou mybatis-plus-boot-starter 3.3.1.tmp 2.编辑配置文件 application.yml # 连接mysql数据库 spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: