- 博客(6)
- 资源 (4)
- 收藏
- 关注
原创 Spring Boot使用jpa时报错问题。
出现如下出错时:java.sql.SQLException: The Network Adapter could not establish the connectionorg.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not s...
2018-12-24 22:03:01
763
原创 Java重写equals方法必须重写hashcode方法的意义
重写equals方法要注意:若两个对象equals判断为true时,则这两个对象的hashcode也要必须相等。假设:有对象a,和对象b,a.equals(b) 为true,a.hashcode() 与b.hascode()不相等。---------------------------------------------------------------------...
2017-04-22 11:28:18
7054
原创 使用Hibernate时报hibernate Disabling contextual LOB creation as createClob() method threw error
使用Hibernate时报hibernate Disabling contextual LOB creation as createClob() method threw error这个错误不会影响程序的执行,不用管他也可以。如下办法可以让他不再报告这个错误:在hibernate.cfg.xml文件中增加如下配置<property name="hibernate.te...
2017-04-21 14:41:59
491
java编写的图像处理程序+源代码+文档
2018-12-27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人