0% found this document useful (0 votes)
151 views

Spring Boot Notes

Spring Boot makes it easy to create stand-alone, production-grade Spring applications that can be "just run". It takes an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. It provides a range of non-functional features that are common to large classes of projects like embedded servers, security, metrics, health checks, and externalized configuration with no code generation or XML configuration required.

Uploaded by

PRABHU SORTUR
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
151 views

Spring Boot Notes

Spring Boot makes it easy to create stand-alone, production-grade Spring applications that can be "just run". It takes an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. It provides a range of non-functional features that are common to large classes of projects like embedded servers, security, metrics, health checks, and externalized configuration with no code generation or XML configuration required.

Uploaded by

PRABHU SORTUR
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

I

ntr
oduci
ngSpr
ingBoot
Spri
ngBootmak esi
teasytocreat
es tand-al
one,product
ion-gr
adeSpr i
ng
basedApplic
ati
onsthatyoucan“ j
ustrun”.Wetakeanopi nionatedvi
ewoft he
Spri
ngplatf
orm andthi
rd-
part
ylibr
ariessoy oucangets t
artedwi t
hmi ni
mum
fus
s.Mos tSpri
ngBootappli
cati
onsneedv eryl
it
tl
eSpr i
ngc onfigurat
ion.

Youcanus eSpr i
ngBoottocreat
eJ avaappli
cat
ionsthatc
anbestar
ted
usi
ng java -jar 
ormor et
radi
ti
onalwardeployments.Wealsopr
ovi
dea
commandl inet oolt
hatr
uns“spri
ngs cr
ipt
s”.

Ourpr
imar
ygoal
sar
e:

• Provi
dearadi
cal
l
yfasterandwi
del
yacces
sibl
eget
ti
ngs
tar
ted
exper
ienc
eforal
lSpr
ingdevel
opment
.

• Beopini
onat
edoutoft
hebox,butgetoutoft
hewa
yqui
ckl
yas
r
equi
rementsst
artt
odiv
ergefr
om thedefaul
ts
.

• Prov
idearangeofnon-f
unct
ionalf
eatur
esthatarecommontolarge
cl
assesofpr
ojec
ts(e.
g.embeddeds erv
ers
,s ecur
it
y,met
ri
cs,healt
h
checks
,ext
ernal
i
zedconfigurati
on)
.

• Absolut
e l
ynoc odegener
ati
onandnor
equi
reme
mentf
orXML
configurati
on.

Sys
tem Requi
reme
ment
s

Spr
ingBoot2.
0.0.
BUI
LD-
SNAPSHOTr
equi
resJav
a8 
andSpr
ingFr
ame
mewor
k
5.
0.0.
BUI
LD-
SNAPSHOTorabo
ve.Ex
pli
ci
tbui
l
dsuppor
tispr
ovi
dedf
or
Mav
en(
3.2+)
,andGr
adl
e3(
3.4orl
ater
).
Ser
vletcont
ainer
s
Thef
oll
owi
ngembeddeds
erv
letc
ont
ainer
sar
esuppor
tedoutoft
hebo
x:

Name Servlet Version

Tomcat 8.5 3.1

Jetty 9.4 3.1

Undertow 1.3 3.1

Youcanalsodepl
oySpr
ingBootappl
i
cat
ionst
oan
ySer
vlet3.
0+c
ompat
ibl
e
cont
ainer
.

You might also like