java.lang.NoClassDefFoundError: org/hibernate/annotations/common/reflection/Meta
程序员文章站
2022-04-14 09:14:31
...
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.5.6-Final</version>
</dependency>
配置上面即可,不要再配置hibernate-commons-annotations:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.3.0.ga</version>
</dependency>