Skip to content

Commit bfaeab0

Browse files
Update application.properties
1 parent ad7588b commit bfaeab0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Database connection settings
22
spring.datasource.url=jdbc:mysql://localhost:3306/coding_events
3-
spring.datasource.username=john
4-
spring.datasource.password=admin
3+
spring.datasource.username=user
4+
spring.datasource.password=password
55

66
# Specify the DBMS
77
spring.jpa.database = MYSQL

0 commit comments

Comments
 (0)