摘要: 一。 JPA 1.pom文件引入jpa和mysql依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependenc 阅读全文
posted @ 2020-03-01 22:15 haohao1234 阅读(597) 评论(0) 推荐(0)
摘要: 一。标签 @PathVariable:获取url中的参数 例如:http://localhost:8090/girl/say/1 @RequestMapping(value="/say/{id}", method=RequestMethod.GET) public String say(@PathV 阅读全文
posted @ 2020-03-01 17:44 haohao1234 阅读(178) 评论(0) 推荐(0)