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 bfc826d commit 0aef2d0Copy full SHA for 0aef2d0
chapter3-5/src/main/resources/application.properties
@@ -0,0 +1,5 @@
1
+spring.datasource.url=jdbc:mysql://localhost:3306/test
2
+spring.datasource.username=root
3
+spring.datasource.password=123456
4
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
5
+
0 commit comments