We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaeab0 commit 15cb580Copy full SHA for 15cb580
1 file changed
src/main/resources/application.properties
@@ -1,7 +1,7 @@
1
# Database connection settings
2
spring.datasource.url=jdbc:mysql://localhost:3306/coding_events
3
-spring.datasource.username=user
4
-spring.datasource.password=password
+spring.datasource.username=coding_events
+spring.datasource.password=12345678
5
6
# Specify the DBMS
7
spring.jpa.database = MYSQL
0 commit comments