摘要: 我经常会想获取参数的实际类型,在Hibernate中就利用的这一点。domain: Person.javapublic class Person { // 编号 private Long id; // 姓名 private String name; public Person() { } public Person(Long id,... 阅读全文
posted @ 2017-08-31 21:21 读书改变命运 阅读(6505) 评论(0) 推荐(0) 编辑
摘要: 报错信息Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.2017-08-31 07:24:56.020 ERROR 46256 --- [ main] o.s.boot.SpringAp... 阅读全文
posted @ 2017-08-31 07:50 读书改变命运 阅读(5551) 评论(0) 推荐(0) 编辑