spring-boot-sample

时间:2024-06-27 22:36:51
【文件属性】:

文件名称:spring-boot-sample

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-27 22:36:51

Java

Spring Boot 示例 Spring Boot Web 应用程序以 JSON 格式提供 REST API 1. 入门 1.1. Récupérer 资源 $ git clone git@github.com:AgileSpirit/spring-boot-sample.git 1.2. Lancer l'应用程序 $ mvn spring-boot:run 1.3. 应用程序接口 方法 小路 描述 得到 /文章 检索所有文章 得到 /文章/{id} 通过其 ID 检索一篇文章 邮政 /文章 存储新文章 放 /文章 更新现有文章 删除 /文章/{id} 通过文章的 ID 删除文章 // GET /articles $ curl -X GET http://localhost:8080/api/articles -i -H "Content-Type: application/


【文件预览】:
spring-boot-sample-master
----.gitignore(24B)
----src()
--------main()
--------test()
----LICENSE(11KB)
----pom.xml(3KB)
----README.md(38KB)

网友评论