Spring Boot Tutorial - TPT PowerPoint PPT Presentation

presentation player overlay
About This Presentation
Transcript and Presenter's Notes

Title: Spring Boot Tutorial - TPT


1
SPRING BOOT
TUTORIAL
www.tpointtech.com
2
WHAT IS SPRING BOOT?
SPRING BOOT IS A FRAMEWORK BUILT ON TOP OF THE
SPRING FRAMEWORK THAT SIMPLIFIES THE PROCESS OF
SETTING UP, CONFIGURING, AND RUNNING
APPLICATIONS, WHETHER SIMPLE OR WEB-BASED, MAKING
DEVELOPMENT FASTER AND MORE EFFICIENT.
3
SPRING MODULE PROVIDES THE RAD (RAPID APPLICATION
DEVELOPMENT) FEATURE TO THE SPRING FRAMEWORK. IT
IS USED TO CREATE A STAND-ALONE SPRING-BASED
APPLICATION THAT YOU CAN JUST RUN BECAUSE IT
NEEDS MINIMAL SPRING CONFIGURATION.
WE USE SPRING STS IDE OR SPRING INITIALIZR TO
DEVELOP SPRING BOOT JAVA APPLICATIONS.
4
pointTech
WHY SHOULD WE USE SPRING BOOT FRAMEWORK
  • The dependency injection approach is used in
    Spring Boot.
  • It contains powerful database transaction
    management capabilities.
  • It simplifies integration with other Java
    frameworks like JPA/Hibernate ORM, Struts, etc.
  • It reduces the cost and development time of the
    application.

5
ALONG WITH THE SPRING BOOT FRAMEWORK
  • SPRING DATA IT SIMPLIFIES DATA ACCESS FROM
    RELATIONAL AND NOSQL DATABASES.
  • Spring Batch It provides powerful batch
    processing.
  • Spring Security It is a security framework that
    provides robust security to applications.
  • Spring Social It supports integration with
    social networking like LinkedIn.
  • Spring Integration It is an implementation of
    Enterprise Integration Patterns. It facilitates
    integration with other enterprise applications
    using lightweight messaging and declarative
    adapters.

6
BEFORE LEARNING SPRING BOOT, YOU MUST HAVE BASIC
KNOWLEDGE OF THE SPRING FRAMEWORK.
SPRING FRAMEWORK 5.0.0. BUILD SNAPSHOT
MAVEN 3.0
JAVA 1.8
7
GOALS OF
SPRING BOOT
The main goal of Spring Boot is to reduce
development, unit testing, and integration
testing time.
Provides an Opinionated Development approach
Avoids defining more Annotation Configuration
Avoids writing lots of import statements
Avoids XML Configuration.
8
(No Transcript)
9
(No Transcript)
10
CONTACT US
"We assure you that you will not find any problem
with the Spring Boot Tutorial. Stay connected
with our tutorial website. We're here to answer
your questions."
TELEPHONE
91-9599086977
WEBSITE
www.tpointtech.com
LOCATION
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India
11
THANK YOU
FOR ATTENTION
We provide tutorials and interview questions on
all technologies, like Java tutorials, Android,
and Java frameworks.
www.tpointtech.com
Write a Comment
User Comments (0)