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

在尝试启动Eclipse中的Spring Boot应用时遇到错误,问题在于无法为数据库类型NONE确定驱动类。检查确认`application.properties`配置文件中的数据库连接信息无误,例如URL、用户名、密码和驱动类名。如果配置正确,问题可能在于配置文件的位置不正确,确保它位于resource根目录下,因为Spring Boot遵循约定优于配置的原则。

摘要生成于 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、付费专栏及课程。

余额充值