spring-boot-postgresql-jpa-hibernate-rest-api-demo icon indicating copy to clipboard operation
spring-boot-postgresql-jpa-hibernate-rest-api-demo copied to clipboard

Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate

Results 8 spring-boot-postgresql-jpa-hibernate-rest-api-demo issues
Sort by recently updated
recently updated
newest added

I got the fix for the issue from SO. Please refer details [here](https://stackoverflow.com/questions/4588755/disabling-contextual-lob-creation-as-createclob-method-threw-error/4592863)

When we trying to run project with "mvn spring-boot:run" we got this error: ``` 2019-08-22 16:19:18.072 INFO 1160 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000424: Disabling contextual LOB creation as createClob()...

This is my project about user todo list. Thankyou