This article covers how to configure Spring Boot application properties using properties files, including setting up application port and database connection, and the benefits of using Spring Boot for configuration.
This article covers the basics of using auto-configuration for data sources in Spring Boot, as well as customizing data source configuration for more advanced use cases.
This article covers the basics of configuring logging in a Spring Boot application, including the use of built-in logging frameworks like Logback and the configuration of logging using properties files or Java code.