0% found this document useful (0 votes)
6 views6 pages

Exp 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views6 pages

Exp 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

School: ............................................................................................................. Campus: .......................................................

Academic Year: ...................... Subject Name: ........................................................... Subject Code: ..........................

Semester: ............... Program: ........................................ Branch: ......................... Specialization: ..........................

Date: .....................................

(Learning by Doing and Discovery)

* Demonstration and Setup of Spring and Spring Starter Project


* Coding Phase: Pseudo Code / Flow Chart / Algorith

Algorithm: To demonstrate the setup and configuration of a Spring and Spring Starter
project using Spring Tool Suite (STS).

➢ Materials Required:
• Spring Tool Suite (STS) installed on your computer
• Java Development Kit (JDK)
• Internet connection (for downloading dependencies)
➢ Install Spring Tool Suite (STS):
• Download STS from the official website: Spring Tool Suite.
• Install STS by following the on-screen instructions.
➢ Open Spring Tool Suite (STS):
• Launch the STS IDE after installation.
➢ Create a New Spring Starter Project:
• Go to File > New > Spring Starter Project.
• Enter the project's name, such as "MySpringApp".
• Select the desired Spring Boot version.
• Choose the project metadata: Group, Artifact, Name, Description, Package
Name, Packaging (Jar or War), Java Version.
• Click Next.
➢ Select Dependencies:
• Choose the necessary dependencies for your project, such as Spring Web,
Spring Data JPA, Thymeleaf, etc.
• Click Next.
➢ Configure Project Location and Finish:
• Choose the location to save your project.
• Click Finish to create the project. STS will now download the dependencies
and create the project structure.

* As applicable according to the experiment.


Two sheets per experiment (10-20) to be used.
Applied and Action Learning

Setp-1: Download STS from the official website: Spring Tool Suite

Step -2 Go for Eclipse and Download as per the System Os.

* As applicable according to the experiment.


Two sheets per experiment (10-20) to be used.
Applied and Action Learning

Step-3: Open STS and Launch the STS IDE after installation.
Step-3 : Open STS and Launch the STS IDE after installation.
Step-3 : Open STS and Launch the STS IDE after installation.

Step- 4: Go to File > New > Spring Starter Project.

* As applicable according to the experiment.


Two sheets per experiment (10-20) to be used.
Applied and Action Learning

Step-5: Select the desired Spring Boot version. Choose the project metadata: Group,
Artifact, Name, Description, Package Name, Packaging (Jar or War), Java Version. Click
Next.

Step-6: Choose the necessary dependencies for your project, such as Spring Web, Spring
Data JPA, Thymeleaf, etc.Click Finish.

STS will now download the dependencies and create the project structure.

* As applicable according to the experiment.


Two sheets per experiment (10-20) to be used.
Applied and Action Learning
* Implementation Phane: Final Output (No Errors):

Step-7: Write a simple code and click run as and select Spring Boot App

Step-8: Program and Output

* As applicable according to the experiment.


Two sheets per experiment (10-20) to be used.
Applied and Action Learning

* As applicable according to the experiment.


Two sheets per experiment (10-20) to be used.

You might also like