‘url‘ attribute is not specified and no embedded datasource could,springboot项目启动数据库连接失败
解决办法
引入和springboot项目相同版本spring-jdbc的jar包
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
问题发生原因:自己写的springboot+mybatis-plus+druid项目,在一台
原创
2021-09-18 23:58:44 ·
266 阅读 ·
0 评论