Now Access to Gemini (Google) : Really beat to ChatGPT ?

spring boot web application example

spring boot web application example

Getting Started | Spring Boot Application.

Before We start to create spring boot application. we know the Basic java concept , Hibernate , Spring framework , java server pages , Basic Html , Basic Css.
First Download the IDE for Spring boot. I will use the Spring tool suits Download After we create One Spring boot project.One thing is madatory that is Internet connection.because when create the spring boot project in Spring tool suite(sts) at the time spring boot project download from cloud so that it's require.

Steps For create Project :

Step 1 : Click File -> New -> Spring Starter Project
Step 2: Write Name of the Project and Click Next
Step 3: Choose Corresponding Dependancy
Step 4: Click Next to Create Project and take some time to process...
After Creating Project Explore the Hirerchy in which one folder src/main/java is there. inside this folder one class by default created. Project run from this folder.

If You have any query regarding this then comment it below....

Thank you for reading my blog...................

Comments