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