这个错误咋解决啊 Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]
2018-01-09
idea的确是好用,但是哪个新手不是从eclipse或myeclipse上面过来的,个人觉得基础牢固以后再慢慢使用idea会好点的
2018-01-08
最赞回答 / 早安世界520
多字段可以使用返回值List,在后面添加想查询的条件,例如, 可以这样:@Query("select a from A a where a.name = ?1 and a.B.name = ?2")。多表连接比较复杂,无法言明。
2018-01-07
@RequestMapping(value = "/hello", method = RequestMethod.GET)
和
@RequestMapping(path= "/hello", method = RequestMethod.GET)
两种方法得到的结果是一样的
和
@RequestMapping(path= "/hello", method = RequestMethod.GET)
两种方法得到的结果是一样的
2018-01-07