TrainingREST:训练材料

时间:2024-06-15 08:58:33
【文件属性】:

文件名称:TrainingREST:训练材料

文件大小:37KB

文件格式:ZIP

更新时间:2024-06-15 08:58:33

Java

培训REST 构建并运行Fruit微服务 您可以使用maven从命令行构建和运行REST API实现。 调用以下Maven目标后,Spring Boot服务器将启动并运行,侦听端口8080上的连接。 cd fruits-impl/ mvn spring-boot:run 然后,您可以访问: ,由代码中的注释生成 ,接受GET和POST请求 您可以使用curl来调用端点: 要检索先前创建的水果列表: curl -X GET --header 'Accept: application/json' 'http://localhost:8080/fruits' 要创建一个新的水果(请注意,在实时文档中,JSON有效负载中有多余的\行分隔符,这会在某些shell中引起问题) curl -X POST --header 'Content-Type: application/json'


【文件预览】:
TrainingREST-master
----full-project()
--------full-project.iml(423B)
--------full-project.ipr(65KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(1KB)
----fruits-impl()
--------swagger-spring.iml(10KB)
--------src()
--------fruits-impl.iml(11KB)
--------.swagger-codegen()
--------README.md(697B)
--------pom.xml(5KB)
--------.swagger-codegen-ignore(1KB)
----fruits-specs()
--------src()
--------executableSpecification.iml(5KB)
--------fruitsSpecification.iml(973B)
--------pom.xml(4KB)
--------fruits-specs.iml(4KB)

网友评论