From f0bc54854dc5ecd2d400886d13d6b34e3d73d911 Mon Sep 17 00:00:00 2001 From: etc404 Date: Thu, 26 Mar 2026 17:24:53 -0600 Subject: [PATCH] Better password --- demo/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/main/resources/application.properties b/demo/src/main/resources/application.properties index e1eafb3..8b61b06 100644 --- a/demo/src/main/resources/application.properties +++ b/demo/src/main/resources/application.properties @@ -4,7 +4,7 @@ spring.application.name=demo spring.datasource.url=jdbc:mysql://localhost:3306/demo spring.datasource.username=springuser -spring.datasource.password=SpringPass123! +spring.datasource.password=E~zDmEYHd"5?]U%h_-~Y0uEm spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver