From b80eff98ad5cedabe73e383462f4c0486b55de05 Mon Sep 17 00:00:00 2001 From: tobias Date: Mon, 24 Feb 2025 22:46:29 +0100 Subject: [PATCH] =?UTF-8?q?Vorlage=20f=C3=BCr=20die=20Konfiguration=20mit?= =?UTF-8?q?=20Passwort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties.template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/application.properties.template diff --git a/src/main/resources/application.properties.template b/src/main/resources/application.properties.template new file mode 100644 index 0000000..a745a56 --- /dev/null +++ b/src/main/resources/application.properties.template @@ -0,0 +1,5 @@ +spring.jpa.hibernate.ddl-auto=update +spring.datasource.url=jdbc:mariadb://mariadb.fritz.box:3306/volkszaehler +spring.datasource.username=vz +spring.datasource.password= +spring.jpa.show-sql: true \ No newline at end of file