I have a spring boot api that works fine when runing in the IDE but when I package the api in a jar file and run it it gives me an error
All my project was developed using this guide: text
Two jars having similar package structure. Wrong class being called during runtime
I have following springboot application