
dao
luffy_1993
这个作者很懒,什么都没留下…
展开
-
jpa 错误
hibernate3.HibernateQueryException: Books is not mapped [SELECT COUNT(*) FROM Books]; Hibernate is trying to say that it does not know an entity named "Books". Let's look at your entity: @javax.p...转载 2018-09-21 15:04:01 · 142 阅读 · 0 评论 -
spring TDD
@RestController public class CarController { @Autowired private CarService carService; @GetMapping("/cars/{name}") private Car getCar(@PathVariable String name) throws CarNotFoundExc...原创 2019-03-11 20:32:08 · 260 阅读 · 0 评论