Skip to content

Commit a4384b2

Browse files
Update application.properties
1 parent 8d385d2 commit a4384b2

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)