无法成功运行IDEA创建的jar包

时间:2018-08-06 13:19:18

标签: java maven spring-boot

为此问题困扰了很长时间:我有一个Maven项目,并且在我的本地计算机上一切正常。我可以使用IDEA成功构建并运行Springboot服务,同时,将整个项目打包到一个JAR中并使用[java -jar XXX.jar]运行该jar文件后,会引发错误。

[main] ERROR org.springframework.boot.SpringApplication - Application startup failed
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'soundServiceImpl#ABCProvider': Instantiation of bean failed; 
nested exception is org.springframework.beans.BeanInstantiationException: 
Failed to instantiate [com.XXX.ABCSpringProviderBean]: 
Constructor threw exception; nested exception is java.lang.RuntimeException: 
Can not load this fake sdk class.

// ABC是我公司使用的中间件

我选择将项目打包到一个JAR中的方法是按照以下说明构建IDEA Artifact:stackoverflow

0 个答案:

没有答案