B站:6.curd monogodb
b站视频链接: curd monogodb
-
/mongodb/read 接口
- 描述: 通过浏览器访问该接口, 读取 MySQL 表中的数据, 并以 json 格式显示在浏览器中
-
/mongodb/write 接口
- 描述: 通过 postman 发起 post 请求到该接口, 写入 post 请求中的数据到 MySQL 数据库中
-
/mongodb/update 接口
- 描述: 通过 postman 发起 post 请求到该接口, 参数为 id 以及需要更新的字段, 将数据更新到 MySQL 数据库中
-
/mongodb/delete 接口
- 描述: 通过 postman 发起 post 请求到该接口, 参数为 id, 将数据从 MySQL 数据库中物理删除
-
jpa for mongodb
-
jpa for mysql
springboot 整合mongodb
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-mongodb</artifactId></dependency>
springboot curd
git clone https://github.com/suveng/sys_user.git
资料
YAML 语言教程 - 阮一峰的网络日志
YAML快速入门 - 简书
springboot2.X 使用spring-data组件对MongoDB做CURD - 云+社区 - 腾讯云
Lombok 看这篇就够了 - 知乎
SpringBoot框架下基于Junit的单元测试
SpringBoot+mongoDB实现id自增 - kkpl - 博客园