August 2022
Intermediate to advanced
584 pages
16h 22m
English
This chapter covers
@ConfigurationPropertiesCommandLineRunner interface to execute initialization codeLog4j2 loggingBy this point, we’ve learned a bit about what Spring Boot is and its purpose of improving the application development experience by abstracting specific low-level configurations. In this chapter, you’ll extend this understanding further by learning a few core concepts, such as how to manage application configuration and create a custom configuration for your application. ...