December 2022
Beginner to intermediate
438 pages
8h 53m
English
In the previous chapter, we discussed the ideas, features, and implementation of Cross-Origin Resource Sharing (CORS) in securing our application. We also learned about JSON Web Tokens (JWTs) and how to generate one by creating authentication endpoints.
This chapter will focus on logging events in our Spring Boot application. We will discuss the popular packages for logging in to and configuring Spring Boot, where to save them, and what to do with logs as we develop our application.
In this chapter, we will cover the following topics:
The finished version of this chapter’s code may be seen at the following link: ...