Cannot determine embedded database driver class for database type NONE
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource spring.datasource.url=jdbc:mysql:///vueblog?useUnicode=true&characterEncoding=UTF-8 spring.datasource.username=username spring.datasource.password=password mybatis.config-location=classpath:/mybatis-config.xml
// spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://localhost:3306/vueblog?useUnicode=true&characterEncoding=utf-8 spring.datasource.username=root spring.datasource.password=123456
尝试改了一下还是报这个错,请问要怎么配置?
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class, DataSourceTransactionManagerAutoConfiguration.class })
我也是一样的问题,请问解决了吗?
what ? why not to try upgrade the dependency of mysql,please refer to the branch of upgrade-to-mysql8+