时间:2021-07-01 10:21:17 帮助过:17人阅读
附 pom.xml 片段
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.6.RELEASE</version> <relativePath /> <!-- lookup parent from repository --> </parent>
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>provided</scope> </dependency>
Spring Boot 2程序不能加载 com.mysql.jdbc.Driver 问题
标签:org local enc epo 程序 -- cal 一个 use