diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a1ca635744cff81ac7d4a5e8ba7d903daf9b5cee..25ea4cb5c4c8adedd070705bbe0e24b3acdd4a05 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -21,4 +21,6 @@ spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true spring.jpa.properties.hibernate.bytecode.use_reflection_optimizer=false spring.jpa.open-in-view=false +spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults=false +#spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true #logging.level.root=DEBUG \ No newline at end of file