Spring Boot Quick Start 8 - Creating a Spring Boot project

preview_player
Показать описание

Learn how to create a Spring Boot project from scratch as a Maven project.
Рекомендации по теме
Комментарии
Автор

Duuude ! this tutorial is blowing my mind right now ! Best tutorial series EVER !
And here i was adding java jdk the ancient way like a caveman when you can add it this simply !

aceHuertas
Автор

Also heads up at time of writing I needed a <type>pom</type> attribute in my dependency in order to pull down everything from the maven repo

adamcarroll
Автор

Thanks @Nithin Sridhar. First I was using <version>1.4.2.RELEASE</version>, I couldn't see the Embedded tomcat running and i was not able to run the application using browser. After i changed the version to 1.5.4 it's working fine now.

ram
Автор

Awesome tutorials on java technology, even experience java person can learn lot from this.
God bless you Kaushik. THANKS

sachinjoshi
Автор

This is the best explanation I've found on the internet. Congratulation!

Manapoker
Автор

Thanks a lot! You did a realy brilliant job! Great course, easy to understand. I enjoy listening, getting in touch with Spring for the first time. Thanks!!!

tkersting
Автор

First, Thank you so much for this great tutorial series.
now guys for the version error, you may try this:-
1) goto <user>/.m2/repository/ and delete everything there
2) write the code as taught in the tutorial
3) select the project, press alt+f5 then check the "force..." option and update your maven project.
That should work!
note: internet connection is required.

nerdking
Автор

Also remember, add <dependencies> </dependencies> then add all dependencies

aadeeshjain
Автор

Thank you very much. i have watched all your tutorials. all of them are grate. I have big respect to you.

TheGuroguro
Автор

nowdays it's also worth checking out start.spring.io, it can save you some time

UsernameNULL
Автор

Love your new format. Love your series.

dandavey
Автор

make sure you're using the dependency: spring-boot-starter-web
if you use auto-complete/generate when adding dependencies, you might use "spring-web" by mistake (as did I)

alexandrunuta
Автор

Sir - 1.4.3 as shown in the video is throwing errors, I tried with 1.5.3 and it worked fine.
<parent>



</parent>

baithakguru
Автор

Those who have "Element 'project' cannot have character [children], because of the type's content type is element-only." error, just type in the code yourself *Do Not Copy-Paste*. It worked out for me.

cemkayaturk
Автор

I'm a simple man, see JB's Over 9000 3 mins videos watch them all in a row until end

stas
Автор

Great work! Best tutorial for springboot.

snehaagarwal
Автор

Very good explanation. Easily understandable. Thank you

malarvizhid
Автор

Please mention which version of Spring Boot you are using for the tutorial. This will really help.

Naveenandhimanshu
Автор

Use this guys, if you are having trouble.

<parent>



</parent>

nitinsridhar
Автор

hi kaushik, first of all thanks for wonder work. if possible then please help us for spring batch, security also.

LKJHA-sgcf