随笔分类 - MyBatisPlus
MyBatisPlus入门
摘要:1,增加MP日志配置 1 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver 2 spring.datasource.url=jdbc:mysql://localhost:3306/mp-demo?serverTimezone=G
阅读全文
摘要:1,准备数据 1 DROP TABLE IF EXISTS user; 2 3 CREATE TABLE user 4 ( 5 id BIGINT(20) NOT NULL COMMENT '主键ID', 6 name VARCHAR(30) NULL DEFAULT NULL COMMENT '姓
阅读全文
摘要:1,简介 官网:http://mp.baomidou.com/ 参考教程:http://mp.baomidou.com/guide/ MyBatis-Plus(简称 MP)是一个 MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。 2,特性 无侵入:
阅读全文

浙公网安备 33010602011771号