Is there ant standard tool that generates the recommended Spring Boot project directory structure along with interfaces and implementation (Impl.java) classes and having gradle as build tool ?
Check out the generator here https://start.spring.io You can choose if you want Gradle, choose the java version, and additional dependencies to be added.
It might be the best starter for a project.