Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified and no embedded datasource could be auto
错误截图:
百度了两天,有的说版本问题,有的说在启动类排除DataSource, 都尝试了,无果。
解决:
shell脚本启动命令:
nohup java -jar abc.jar --spring.profiles.active=prod &
本人配置文件:
配置文件与shell启动命令不匹配,配置文件没有 prod文件, 当然找不到了。
启动命令修改:nohup java -jar abc.jar --spring.profiles.active=pro &
予此文以记之!!!
hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified and no embedded datasource could be auto
自学咖网 » Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified and no embedded datasource could be auto