Hands-On Application Development with Spring Boot 2
course

Hands-On Application Development with Spring Boot 2

Packt
Updated May 29, 2024

What you'll learn

  • Use Spring Boot to bootstrap your application quickly  
  • Leverage the power of Spring Dependency Injection with Spring Boot  
  • Expose resources via a REST endpoint  
  • Develop custom filters that intercept HTTP servlet requests  
  • Access data layer with Spring Data  
  • Make your data layer reactive with Spring Data Reactive 
  • Implement user interface for Spring Boot REST endpoints with MVC 
  • Secure your application with Spring Security 
  • Test your application in the integration way 
  • Make your app ready for production with Actuator and MicroMeter library  
Course Description

Spring Boot 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 you can create production-grade applications and services. The Spring framework provides a great toolkit for the development of complex applications. In this course, we’ll fully leverage Spring Boot’s capabilities to create a payment system application and secure it with Spring Security.  

This course provides a hands-on approach to building a payment system application from scratch using Spring Boot 2. 0. You’ll begin by setting up Spring Boot together with Spring’s most powerful feature: Dependency Injection. Then you’ll build a data access layer with Spring data and rework it to be highly performant using Spring data reactive. Next, you’ll learn about Spring rest and servlets and use it to expose resources via HTTP endpoints.  

Later you’ll use Spring MVC to build an interface for the payment system. Moving on, you’ll expose critical business metrics using MicroMeter library and Spring actuator with Prometheus library. Finally, you’ll package your application into a Docker container and deploy your application into the cloud.  


Target Audience 

This course is for developers who want to get hands-on with Spring Boot and use it to develop their business applications. We assume that you have a working knowledge of the Java programming language. Prior knowledge of Spring Boot is not mandatory. 


Business Outcomes 

  • Learn the most important parts of developing applications with Spring Boot  
  • Expose your resources via REST endpoints with Spring Data as the DB access layer  
  • Make your application production-ready with MicroMeter and Spring boot actuator