diff --git a/pom.xml b/pom.xml index 59c3da6..a41453c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ 1.8 + UTF-8 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 202f3ed..70fb57f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,7 +9,7 @@ spring.jpa.database=POSTGRESQL spring.jpa.show-sql=true #Formato de sql spring.jpa.properties.hibernate.format_sql=true -#Imprimir parámetros +#Imprimir parametros logging.level.org.hibernate.type.descriptor.sql=trace logging.level.org.hibernate.SQL=DEBUG