This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 7e7c7d1 Fixed
7e7c7d1 is described below
commit 7e7c7d14c2a4425eb858285a7a5ecd8e534db4ed
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jun 27 09:01:57 2026 +0200
Fixed
---
sql/application.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sql/application.properties b/sql/application.properties
index 39c4bc9..2b4a090 100644
--- a/sql/application.properties
+++ b/sql/application.properties
@@ -1,4 +1,4 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/test
-spring.datasource.username=postgres
-spring.datasource.password=postgres
+spring.datasource.username=test
+spring.datasource.password=test
spring.datasource.driverClassName=org.postgresql.Driver
\ No newline at end of file