这个错误咋解决啊 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
@RequestMapping(value = "/hello", method = RequestMethod.GET)
和
@RequestMapping(path= "/hello", method = RequestMethod.GET)
两种方法得到的结果是一样的
和
@RequestMapping(path= "/hello", method = RequestMethod.GET)
两种方法得到的结果是一样的
2018-01-07