This Spring Boot 3.0 Crash Course will teach you all you need to know to create powerful Spring applications with the latest version of the framework. You will be able to create any feature that an application may require because this book covers everything from the fundamentals to advanced features.
First things first: get your development environment ready and build your very first Spring Boot App. Data access, security, configuration, and testing are some of the more advanced subjects you’ll cover as you go along. This crash course will teach you how to create RESTful services, use Spring Data JPA to integrate different types of data, and work with properties and YAML files to oversee configurations. You practice to manage application properties, get into the application of annotations, and master the Spring MVC architecture. It will teach you to manage form submissions, validate user input, and construct dynamic web pages using Thymeleaf templates. The book also covers topics like integrating front-end frameworks, handling errors, and deploying applications to cloud platforms and Kubernetes.
Issues with configuring URL authorization, implementing JWT authentication, and integrating with OAuth2 and OpenID Connect are some of the critical problems that are being solved in this book. Methods for troubleshooting auto-configuration issues, managing environment variables in Docker, and making use of performance testing tools such as JMeter are all topics that will be covered. Additionally, the book delves into the topic of how to integrate with Active Directory and LDAP for centralized user management and authentication.
- Integrate various data sources and construct strong RESTful services with the help of Spring Data JPA.Get to know Spring Boot’s properties and YAML files to set up customizable apps.Use Spring Security and JWT tokens to implement secure authorization and authentication.Use Thymeleaf templates to build interactive websites and easily handle form submissions.Use Kubernetes and cloud platforms to effortlessly deploy Spring Boot applications.Use Docker to manage environment variables and JMeter to optimize application performance.
- Up and Running with Spring BootBuilding First Spring Boot AppConfiguration and PropertiesSpring Boot Packaging and DeploymentSpring Boot Auto-configurationData Access with Spring Data JPABuilding Web ApplicationsTesting Spring Boot ApplicationsSecurity in Spring Boot