如果写成 Configuration configuration=new Configuration(); 得到:Exception in thread "main" org.hibernate.MappingException: An AnnotationConfiguration instance is ...
In Hibernate 3.6, “org.hibernate.cfg.AnnotationConfiguration” is deprecated, and all its functionality has been moved to “org.hibernate.cfg.Configuration“...
Could not instantiate bean class [org.hibernate.cfg.AnnotationConfiguration]: Constructor threw exception; nested exception is java.lang.NoSuchFieldError: INSTANCE...