spring boot 打包可以运行,但是执行main方法不能运行

Posted 秦水坡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot 打包可以运行,但是执行main方法不能运行相关的知识,希望对你有一定的参考价值。

报错信息如下

2017-10-23 15:16:09.750 ERROR 7664 --- [  restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   :

***************************
APPLICATION FAILED TO START
***************************

Description:

Cannot determine embedded database driver class for database type NONE

Action:

If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently active).

 

可能每个人的情况不太一样,以上情况大致意思为,该工程引用了数据库驱动,但是没有相关的配置。

我的应该是resources 的classpath  出问题了,将其移除然后再重新设置成资源文件即可















以上是关于spring boot 打包可以运行,但是执行main方法不能运行的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot 2.X 实战教程运行程序

spring-boot项目打包的jar包怎么部署到linux上,并运行啊!

IntelliJ IDEA下spring boot项目打包

我们可以让 Spring Boot jar + Next Js 在与打包 Jar 相同的端口上运行吗

Spring boot 项目 打包后,运行时一直报错误,但是本地项目跑的时候没有问题

打包部署spring boot项目到Linux并后台运行