springboot 项目打成 jar 包可以运行,但是在 IDEA 和 Eclipse 中启动都报错 Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError
有没得大佬解决过的?
1
Troevil 2021-01-28 21:11:18 +08:00
应该是包冲突了,idea 里面安装 maven helper 之后 ,打开启动项目的 pom 选择 dependency analyzer 查一下冲突的 jar,然后把不需要的 exclude 掉 应该就好了
|