0:00
hi friends welcome to Tucas funny
0:02
channel Today I'm going to teach how to
0:04
create the spring boot
0:07
application So go to the Google and type
0:20
this Okay you have to click Maven
0:23
language Java Springbook You have to
0:26
select this one uh your key capacities
0:29
everything is fine if it is sect any
0:34
uh not uh cotlin or groovy you have to
0:37
select as me okay we have to configure
0:40
the project using maven dependencies
0:43
language we have to using as java the
0:47
version you you know don't select this
0:50
versions it's all called as a beta
0:53
version okay you have to select that one
0:57
which spring boot recommended Okay this
1:00
one has uh automatically it is come the
1:03
version is uh select as
1:06
uh selected as spring boot application
1:09
Okay the default one you have to get get
1:11
this one you keep as it is After the
1:14
project meta metadata group we have to
1:26
classes Okay So here we have to
1:33
app Now you can see the package has been
1:35
created successfully com spring cylind
1:40
uh select the package jar version 70 So
1:44
this is the symbol configuration we
1:46
added dependency we have to select as
2:01
MySQL Okay these are the simple
2:05
configuration we have to we have to
2:09
do at the spring initialization Okay the
2:13
project name language that spring boot
2:16
that is a project meta data right So
2:20
these are the things this is the package
2:22
name which is a com spinboard class my
2:24
app package name uh version you are
2:27
select as 17 this is the
2:29
dependencies web uh this one should be
2:33
uh for restful API in order to work with
2:36
the restful API we need this one if you
2:39
are if you are going to manage the SQL
2:42
queries we have to go along with the JPA
2:44
this is MySQL connector you have to
2:48
simple click generate
2:52
Now you can go your project has been
2:54
generated successfully You'll be able to
2:58
to create the new project My
3:02
app this how we have create a new
3:04
project Simple way to create a new