Video description
Use Spring to create scalable and fully testable REST APIs. You’ll see that by leveraging your Spring MVC experience you can create RESTful web services without learning a new framework or library. In this video, you will learn more about Spring Boot and its most powerful APIs: REST and DI. Starting with Spring Boot, you will use Maven and Spring Boot Starter Parent to set up your project. You will then gain insights on applying business logic to your APIs by using dependency injection.
With your business logic set, you will develop your REST API with the Spring @RestController and make use of Spring's powerful testing toolkit to test the integration of your application. After going through this course, you will be able to create scalable and fully testable REST APIs to use in your microservices.
What You Will Learn
Use Spring Boot with a microservices architectureCreate business components and plug them into your app using Spring DILeverage Spring REST for exposing your logic via a REST APITest your logic with Spring integration testsWho This Video Is For
Those with basic knowledge of Java programming, who'd like to use Spring for developing RESTful web services.
Table of Contents
Overview
00:01:29
Introduction
Project Setup and Starting App
00:06:56
Creating REST API
Using Dependency Injection
00:06:56
Separating Business Logic and Persistence
00:06:25
Creating REST API Using Spring @RestController
00:06:51
Testing REST API
Leveraging Spring Boot Integration Toolkit
00:07:00