Hi when i start my springboot project with Boot Dashboard or run as spring boot app or run as java application i have an issue Field mapper in com.example.user.service.UserService required a bean of type 'com.example.user.helper.UserMapper' that could not be found.
If i start the project with gradlew bootRun it wokrs fine.
For sure the last one used compiled code, and the others not or didn't generate it at start u.
Someone know how to fix this?