1.

What is Spring boot Initilizr?

Answer»

Spring BOOT Initilizr is a web application which use to generate the common TEMPLATES of spring boot application according to the configuration providing in the user interface.

  • Spring boot Initilizr provides a UI where we need to mention the below information.
  • Group
  • Artifact
  • Required dependencies
  • According to the above information, it creates a maven based spring boot PROJECT for ready to use.
  • Spring Initilizr also supports the gradle build tools.
  • Spring Initilizr supports the language such as Java, Groovy, Kotlin to develop the spring boot application.  
  • URL for spring Initilizr is https://start.spring.io/
  • Below is the User interface for same.

 All the CONFIGURATIONS mentioned at the TIME of generation of spring boot application will reflect in a pom.xml file, also provided the typical uniform architecture of the project



Discussion

No Comment Found