Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring Boot Tricks
Rating: 4.3 out of 5(169 ratings)
9,464 students

Spring Boot Tricks

A course to learn the basics of Spring Boot with REST APIs
Created byAzadi Bogolubov
Last updated 3/2020
English

What you'll learn

  • Spring Boot REST API Basics
  • REST API basics
  • TDD with Jacoco Basics
  • Introduction to Custom Annotations

Course content

5 sections8 lectures39m total length
  • A basic introduction to the course, and about the instructor.2:24

Requirements

  • Basic Java Programming

Description

This course is designed for developers familiar with Java 8+, and want to become more familiar with REST API development using Spring Boot.

Unlike some other courses, I am not a big believer in code-alongs, as it simply fills up time, but rather give a screencast and describe the code as seen, along with a Github link to the project at that state, so that developers can be productive quickly and easily, and stay focused on the details at hand, rather than watching someone code, and fix their mistakes in real time.

Topics covered include:
- Custom annotations
- Request Mapping for GET and POST
- Using repositories to communicate with a database
- Path variables
- MVC tests

Who this course is for:

  • Java Developers with basic SQL knowledge