05 2022 档案

摘要:首先,创建一个数据库表demo,添加一些数据。 drop table if exists `demo`; create table `demo` ( `id` bigint not null comment 'id', `name` varchar(50)comment'名称', primary k 阅读全文
posted @ 2022-05-07 12:53 茶哩哩 阅读(272) 评论(0) 推荐(0) 编辑
摘要:author: Nathannie date: 2022-05-06-13:23 1. 集成 mybatis 1、添加 mybatis 和 mysql 依赖坐标。 <!-- 集成mybatis--> <dependency> <groupId>org.mybatis.spring.boot</gro 阅读全文
posted @ 2022-05-06 13:35 茶哩哩 阅读(105) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示