用springboot创建项目,启动主类后,在浏览器中输入localhost:8080/hello,这样发起的请求都是get请求,如果想要发起post或其他请求,那么就需要用postman工具了。 Postman是一个接口测试工具的名字,它可以帮助后端开发人员模拟用户发起的各类HTTP请求,验证响应结果是否符合预期
springboot
localhost:8080/hello
get
post
postman
Postman