org.hibernate.exception.JDBCConnectionException: Cannot open connection

org.hibernate.exception.JDBCConnectionException: Cannot open connection

 解决方法:

java.lang.NoSuchFieldError: EMPTY_ORDERED_ITERATOR 出现是Jar 包冲突导致,删除commons-collections-2.0.jar保留commons-collections-3.0.jar

 

你可能感兴趣的:(java,Hibernate)