已采纳回答 / qq_沧海一粟_27
import org.springframework.web.bind.annotation.GetMapping;GetMapping 是要上面这个包,pom中导入<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId></dependency>
2018-01-18
在用postman运行的时候出现错误了
"status": 400, "error": "Bad Request", "exception":"org.springframework.web.bind.MissingServletRequestParameterException",
"message": "Required String parameter 'name' is not present",和老师写的没有差别啊,就是在ide加入这段@RequestParam(value="name",required = false就不报错了插入后除了id其他都是null这不是治标不治本
"status": 400, "error": "Bad Request", "exception":"org.springframework.web.bind.MissingServletRequestParameterException",
"message": "Required String parameter 'name' is not present",和老师写的没有差别啊,就是在ide加入这段@RequestParam(value="name",required = false就不报错了插入后除了id其他都是null这不是治标不治本
2018-01-18