The course will be working with Spring Core, Spring MVC, Spring Security and Spring REST. We will be assuming you are familiar with these topics, the course will focus on applying these concepts within Boot. Spring Boot depends upon Maven or Gradle, so we will expect that you are familiar with at least Maven, and that you are able to use it from Eclipse (with the plugin).
Having problems? check the errata for this course.
1 |
Introduction |
Preview
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. | |||
2 |
Getting Started |
Preview
23m 59s |
|
Initializing your first project (with Initializr), and mounting the project in Eclipse. | |||
3 |
Controllers and Views |
Watch
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. | |||
4 |
JPA and Spring Data |
Watch
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. | |||
5 |
Auto Restarts |
Watch
11m 0s |
|
How to automatically restart your application when changes are made. Fast and efficient, we can even get the browser to Auto Reload! | |||
6 |
Spring Security |
Watch
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. | |||
7 |
REST Webservices |
Watch
38m 51s |
|
How to write a regular SpringMVC REST Controller. |