From c4d8396bde66ac81731b267747c524c0d9fe98c6 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Tue, 12 Mar 2019 19:46:19 +0100
Subject: [PATCH] Force example data to UTF-8

---
 src/main/resources/application.properties |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 8e5e2af..2e8e3d0 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -7,4 +7,6 @@
 # Show all queries
 spring.jpa.show-sql=true
 spring.jpa.properties.hibernate.format_sql=true
-logging.level.org.hibernate.type=trace
\ No newline at end of file
+logging.level.org.hibernate.type=trace
+
+spring.datasource.sqlScriptEncoding=UTF-8
\ No newline at end of file

--
Gitblit v1.8.0