I am developing an application with Hibernate and I get an Exception when I connect with database. The exception is:
Unable to instantiate default tuplizer [
My issue was due to version conflict. I resolved this issue by excluding byte-buddy dependency from springfox
io.springfox springfox-swagger2 2.7.0 net.bytebuddy byte-buddy io.springfox springfox-swagger-ui 2.7.0 net.bytebuddy byte-buddy