Spring Boot 2.x
featuring Spring Data JPA, Security, MVC and REST
The course is 2.5 hours long and is roughly equivalent to a full day's live training
Having problems? check the errata
Introduction 7m 18s What is Spring Boot? What's in the course? Richard also explains the plans for the "advanced" module in the series, which will cover JMS, Integration Testing, the Actuator, Cloud Deployment and lots more. |
Preview |
Getting Started 23m 59s Initializing your first project (with Initializr), and mounting the project in Eclipse. |
Preview |
Controllers and Views 26m 32s If you know Spring-MVC, then slotting in a controller/view combination is quite easy. There are a few traps - we'll help you avoid them. |
Watch |
JPA and Spring Data 38m 51s How to switch on JPA, then how to generate a DAO using Spring Data. We also show the H2 Console from the developer tools. |
Watch |
Auto Restarts 11m 0s How to automatically restart your application when changes are made. Fast and efficient, we can even get the browser to Auto Reload! |
Watch |
Spring Security 20m 9s If you know how to JavaConfig a Spring Security set up, Boot makes life easy. We also take some time to show how profiles can be used to disable Security in development mode. |
Watch |
REST Webservices 38m 51s How to write a regular SpringMVC REST Controller. |
Watch |