javaspringspring-bootproject-structurespring-initializr

Standard tools to generate Spring Boot project structure in gradle


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 ?


Solution

  • 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.