Skip to content

Commit 15cb580

Browse files
committed
updated database credentials
1 parent bfaeab0 commit 15cb580

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=user
4-
spring.datasource.password=password
3+
spring.datasource.username=coding_events
4+
spring.datasource.password=12345678
55

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

0 commit comments

Comments
 (0)