spring-restdemo:使用 Spring Boot、Maven 和 Mockito 的 CRUD Rest 服务演示

时间:2024-07-02 16:11:34
【文件属性】:

文件名称:spring-restdemo:使用 Spring Boot、Maven 和 Mockito 的 CRUD Rest 服务演示

文件大小:14KB

文件格式:ZIP

更新时间:2024-07-02 16:11:34

Java

使用 Spring Boot、Maven 和 Mockito 的 CRUD Rest 服务演示 ##Introduction:这是一组 CRUD Rest API(通过基于令牌的身份验证保护)的基本演示,它具有以下功能: 从网页接收 JSON 字符串并将其存储在 mongoDB 集合中 显示所有存储的字符串 删除存储的字符串之一 编辑存储的字符串之一 ##使用的技术: 构建:Maven Web 服务框架:Spring Boot 服务认证:Spring Security OAuth2 MongoDB 接口:Spring Boot Starter Data MongoDB 测试:Mockito、JUnit 要求:Java 8、Maven、MongoDB ##运行步骤: 安装并运行 MongoDB ( ) mvn clean package(在项目文件夹中) java -ja


【文件预览】:
spring-restdemo-master
----src()
--------main()
--------test()
----pom.xml(3KB)
----README.md(5KB)

网友评论