Spring Boot: Getting Started in IntelliJ

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

(Including updated Gradle build script -- March 2020)

Covers what tools are needed (IntelliJ, Gradle), and how to create the project and test with curl.
Рекомендации по теме
Комментарии
Автор

Nice video, Thank you so much. I've been using Eclipse + Maven, Spring MVC, JPA, Hibernate for years. Recently, I found that Java has been changed to be a lot of fun with spring boot, gradle, Jenkins, MongoDB, and more...

mtony
Автор

That's a perfect starter kit. Thank you so much!

caginbektas
Автор

Great video - I'm disappointed that I've only just found this channel. Only thing that's regrettable is using curl as for many Windows users (and there are lots of us) that is going to cause problems. Postman would probably have been a better choice. Windows users can install cygwin. This does not come with curl by default. It's just another faff but running and executing bash commands etc is a good thing for any developer to be able to do.

MrMikomi
Автор

The annotation is not working for me. It's red.

Ray-Zah
Автор

So I keep running into an issue where the IDE cannot find the "org.springframework.boot" plugin. I was told to edit some POS.xml file, but I do not see anything pertaining to that in my directory upon creation. Could potentially provide some help???

YungGokuOver
Автор

I am getting below error during build file writing
-- unable to find valid certication path to requested

Please help me here

prasenjitsarkar
Автор

It seems IntelliJ Community addition does not support Spring framework.(

MrTalanten
Автор

hello guys. how i do create a kotlin projectin idea with spring boot

shahriyorshokirov
Автор

but with the terminal is unclear, as well as "curl" (if I correctly understood that this command is only for Mac OS).

croptv