diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index c2a63adcc08f658473607b00aea33a325b758198..0b8680184734f9359f3e3bc8f2de28c6194ba4d9 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,6 +1,6 @@ healthcare: datasource: - url: jdbc:mariadb://localhost:3307/healthcare?createDatabaseIfNotExist=true - port: 3307 + url: jdbc:mariadb://localhost:3306/healthcare?createDatabaseIfNotExist=true + port: 3306 username: root - password: root \ No newline at end of file + password: comsc \ No newline at end of file