eclipse中Springboot启动,jdbc连接池报错

本文解决了一个常见的SpringBoot应用启动时遇到的问题,即无法确定嵌入式数据库驱动类的情况。通过检查和纠正application.properties文件中的数据库配置,如URL、用户名、密码和驱动类名等,以及确保配置文件正确放置在resource根目录下,可以有效解决此问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在eclipse中启动Springboot,报错如下


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).

当你确定你的jdbc配置文件application.properties里的东西没有写错

spring.datasource.url=jdbc:mysql://xxxxx
spring.datasource.username=xxx
spring.datasource.password=xxx
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.max-idle=3
spring.datasource.max-wait=10000
spring.datasource.min-idle=1
spring.datasource.initial-size=1

那么只能是一种问题:文件位置放错了,请将你的配置文件放在resource根目录下!!!
因为对于springboot来说,约定大于配置!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值