I am new to Hibernate. While creating a small app using it I got following exception:
Exception in thread \"main\" java.lang.IllegalArgumentException: Unknown entit
I'm Trying this and it's working with me :
Add @EntityScan( basePackages = {"com.yourpkghere"} to Application class. To be like this :
@EntityScan( basePackages = {"com.yourpkghere"}
@EntityScan( basePackages = {"com.yourpkghere"}) @SpringBootApplication