Spring Boot-02 SpringBoot整合MyBatis

一、数据准备 此处使用MySQL数据库 CREATE TABLE `tb_user` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID', `username` varchar(50) NOT NULL COMMENT '用户名', `age` int(11) NOT NULL COMMENT '年龄', `ctm` dateti
相关文章
相关标签/搜索