From d412d3282b4b43983465a7f75a3d2a6c9cebbce2 Mon Sep 17 00:00:00 2001 From: Benedikt Elser <benedikt.elser@th-deg.de> Date: Tue, 12 Apr 2022 14:33:41 +0200 Subject: [PATCH] Update file to UTF-8 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8e243c7..7a91133 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,7 +7,7 @@ spring.jpa.show-sql=true ##### spring.datasource.username=user spring.datasource.password=password -# +# ! # This is the h2 database part spring.datasource.url=jdbc:h2:file:./data/demo spring.datasource.driverClassName=org.h2.Driver -- GitLab