Spring boot error: Unable to load class 'com.mysema.codegen.model.Type'Unable to load class

Spring boot error: Unable to load class 'com.mysema.codegen.model.Type'Unable to load class 'com.mysema.codegen.model.Type' SpringBoot: 2.6.8, querydslVersion = '4.3.1'

1 Answer

Solution:

// update the query dsl version, e.g:
implementation 'com.querydsl:querydsl-core:5.0.0'

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like