Failed to classload enum type while reading annotation metadata
springboot莫名报错,添加
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
就好了
Failed to classload enum type while reading annotation metadata
springboot莫名报错,添加
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
就好了
本文标题:Failed to classload enum type wh
本文链接:https://www.haomeiwen.com/subject/mamslctx.html
网友评论