文件名称:SpringBootExample:基于http
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-20 12:37:12
Java
SpringBoot 示例 基于 启动这个应用程序 $ mvn spring-boot:run 发送 HTTP 请求 $ curl -v -H "Accept: application/x-yaml" "http://localhost:8080/calc?left=10&right=100" $ curl -v -H "Accept: application/json" "http://localhost:8080/calc?left=10&right=100" $ curl -v -H "Accept: application/x-smile" "http://localhost:8080/calc?left=10&right=100" $ curl -v -H "Accept: application/x-msgpack" "http://localhost:8080/calc?
【文件预览】:
SpringBootExample-master
----pom.xml(2KB)
----src()
--------main()
----.gitignore(13B)
----README.md(616B)