Gradle building rest spring app can’t find main class
The error “Could not find or load main class” can occur when you’re trying to build a REST Spring app with Gradle. There are a few things you can check to try to fix this error: Gradle building rest spring app can’t find main class Make sure that the main class for your application is…