I am getting the following error, when starting to run my application:
Invocation of init method failed; nested exception is java.lang.IllegalStateException: No suitable constructor found on interface de.tenz.jacks.repository.JpaSpecificationExecutorWithProjection to match the given arguments: [class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation, class com.sun.proxy.$Proxy108]
I am getting the following error, when starting to run my application:
Invocation of init method failed; nested exception is java.lang.IllegalStateException: No suitable constructor found on interface de.tenz.jacks.repository.JpaSpecificationExecutorWithProjection to match the given arguments: [class org.springframework.data.jpa.repository.support.JpaMetamodelEntityInformation, class com.sun.proxy.$Proxy108]
Any suggestions?