How can I solve this error:
java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_1
Solved by using following Yaml configuration:
spring: jpa: properties: hibernate: jdbc: lob: non_contextual_creation: true database-platform: org.hibernate.dialect.PostgreSQL9Dialect