We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caaa3fe commit f05d815Copy full SHA for f05d815
2.1.x/chapter3-1/pom.xml
@@ -32,7 +32,6 @@
32
<dependency>
33
<groupId>mysql</groupId>
34
<artifactId>mysql-connector-java</artifactId>
35
- <version>5.1.46</version>
36
</dependency>
37
38
2.1.x/chapter3-1/src/main/resources/application.properties
@@ -1,4 +1,4 @@
1
spring.datasource.url=jdbc:mysql://localhost:3306/test
2
spring.datasource.username=root
3
-spring.datasource.password=12345678
4
-spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+spring.datasource.password=
+spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
0 commit comments