How can I solve this error:
java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_1
Faced the same problem with Spring Boot version: 2.1.x.RELEASE too. it worked with:
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true