| When using Hibernate as part of Spring Boot application I get issues running executable jar. Spring Boot plugins (maven|gradle) build jar placing all application classes into BOOT-INF/classes directory. Seems like Hibernate doesn't respect this and I ran into an issue with class loading. Please see sample code to reproduce issue - https://github.com/nfedyk/spring-boot-jpa-issue-01 and notes from Spring Boot team - https://github.com/spring-projects/spring-boot/issues/10690 |