Booking options
£35.99
£35.99
On-Demand course
2 hours 18 minutes
All levels
This is a course that empowers you by unlocking the complexities of how Spring Boot works so that you understand what's going on. In this way, you get an excellent foundational basis of Spring Boot that allows you to stand in good stead, so you'll feel at ease exploring further and tapping into the amazing power that this versatile and powerful platform offers.
Spring Boot provides some impressive features to simplify writing your code, and does so with minimal effort. It is the fastest way to get a Spring application up and running with the fewest lines of code and the least configuration. It aims to make development easy so that you can create production-grade applications and services. This course begins by helping you configure Spring Boot, then shows you a practical implementation of its various features. Then, you will work on running and debugging Spring Boot apps in the IDE. Following that, you'll learn the foundations of the Spring Boot platform and understand its operations. Afterwards, you'll understand layered architecture basics and how Spring Boot lets us create layered applications built on top of Spring. You'll also see how autoconfiguration works and understand how to use it and troubleshoot it where required. Finally, you'll be injecting properties into Spring-managed beans and publishing Spring events to ApplicationListeners. By the end of the course, you will get hands-on knowledge of running and debugging Spring Boot applications in the IDE. You will also be able to publish these applications on a website.
Run and debug Spring Boot apps in an IDE
Learn the foundations of the Spring Boot platform and understand its operations
Understand layered architecture basics and how layered applications are created
Know how autoconfiguration works and understand how to use it and troubleshoot it where required
Build the Sprint Pet Clinic application
Inject properties into Spring-managed beans
Publish Spring events to ApplicationListener
This course is for developers who want to get hands-on with Spring Boot and use it to build and publish apps. We assume that you have a working knowledge of the Java programming language. Prior knowledge of Spring Boot is helpful but not essential.
This is a practical course to help you learn the fundamentals of Spring Boot and apply them to your own real-world projects. Each section of this course teaches the key elements of Spring Boot. You will also learn how to implement these concepts using examples.
Create and publish Spring Boot projects * Examine existing Spring Boot projects and troubleshoot issues * Create projects out of various technologies using starter dependencies
Matthew Speake is a Java technologist and trainer. He has over 20 years of experience working everywhere from small start-ups to large global corporations and is the principal trainer at Zention in the UK. He started JavaEasily in 2018 to produce courses focused on teaching Java technology to students all around the world. Since then, JavaEasily has been busy creating and publishing courses and articles on different aspects of Java to help beginners and intermediate Java developers enhance their skills. JavaEasily helps you become a better Java developer by teaching you the core skills you need in order to succeed in your Java career.
1. Introduction
2. Getting Started
3. Taking a Tour of a Sample Spring Boot Application
4. Understanding Starter Dependencies
5. Understanding Autoconfiguration
6. Understanding Spring Boot Properties
7. Exploring Startup of a Spring Boot Application
8. Wrapping Up