diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1b90dc2..cd8b32e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ spring.application.name=AssistDBBackend spring.datasource.url=jdbc:mysql://localhost:3306/prudencetest spring.datasource.username=root -spring.datasource.password=Pompom.21 +spring.datasource.password=password server.port=9001 logging.level.org.springframework.boot.web.embedded.tomcat=INFO