Mybatis-plus快速搭建项目(SpringBoot)项目结构
配置测试数据库DROP TABLE IF EXISTS user;
CREATE TABLE user
(
id BIGINT(20) NOT NULL COMME
2022-01-08