摘要: ##1、pom插件 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <fo 阅读全文
posted @ 2021-01-27 19:46 xidianzxm 阅读(73) 评论(0) 推荐(0) 编辑
摘要: ##PathVariable ##RequestBody @RestController public class ParameterTestController { /** * 数据绑定:页面提交的请求数据(GET、POST)都可以和对象属性进行绑定 * @param person * @retu 阅读全文
posted @ 2021-01-27 17:32 xidianzxm 阅读(226) 评论(0) 推荐(0) 编辑