I have created a jar file of a SpringBoot application using gradle.However when I try to run the jar file I am getting the following error:
Here is a SS of the entire project structure along with the build.gradle file content
Cant seem to figure out the problem. Getting this error whenever I run the jar file. I created the jar file using "gradle build" command