Book Image

Learning Spring Boot [Video]

By : Greg L. Turnquist
Book Image

Learning Spring Boot [Video]

By: Greg L. Turnquist

Overview of this book

<p>Learning Spring Boot will help developers, beginner and seasoned, learn how to build powerful apps fast. We’ll introduce core pieces of Spring Boot and show how easy it is to focus on building functionality without getting hung up on unnecessary infrastructure and tedious low level APIs. All examples are built using the Spring Initializr site and a modern IDE.</p> <h1>Style and Approach</h1> <p>This video course leads you through an example applications which you can use as a scaffold for your own projects going forward. Each section works through a concept with real-world implementation detail that shows you how to get the job done in a practical, engaging problem domain.</p>
Table of Contents (13 chapters)
Free Chapter
1
Buiding a Spring Boot app from scratch with Spring Initializr
13
Securing Operations with Authorization Rules
Chapter 9
Adding WebSocket-Based Messaging
Content Locked
Section 2
Defining Events for Image Creation and Deletion
How do you send WebSocket events from various parts of the app? - Inject a Spring SimpMessagingTemplate into the image service - Issue a message when a file is successfully uploaded - Issue a message when a file is successfully deleted