60 Second Spring Boot Tutorial

Published: 21 August 2023
on channel: Cameron McKenzie
951
32

I did a quick Spring Boot tutorial over on TheServerSide (I'm the editor), but I just wanted to quickly show you how easy it is to get started with Spring Boot.

There's only a few steps you need to follow to get your first RESTful web service, or microservice, up and running with Spring Boot.

The basics for getting started with Spring Boot?

- Install a modern OS
- Install JDK 17 or better (You need Java!)
- Get Maven or Gradle for your build tool
- Install the Spring Tools. I like the Eclipse based ones
- Create a project that uses the the Spring web starter
- Add a few annotations to a class (@RestController and @GetMapping)
- Run the program as an application and go to your URL

That's it, you'll have a RESTful Spring Boot microservice up and running in no time!

Check out the full tutorial on TheServerSide. It's more detailed, but even the full length video where I really take my time helping you build your first Spring Boot application is only about 6 minutes long. Check it out!


Watch video 60 Second Spring Boot Tutorial online, duration hours minute second in high quality that is uploaded to the channel Cameron McKenzie 21 August 2023. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 951 times and liked it 32 visitors.