1.1 KiB
1.1 KiB
Spring Boot Properties
This module contains articles about Properties in Spring Boot.
Relevant Articles:
- Reloading Properties Files in Spring
- Guide to @ConfigurationProperties in Spring Boot
- Load Spring Boot Properties From a JSON File
- Guide to @EnableConfigurationProperties
- Properties with Spring and Spring Boot - checkout the
com.baeldung.properties
package for all scenarios of properties injection and usage - A Quick Guide to Spring @Value
- Spring YAML Configuration
- Using Spring @Value with Defaults
- How to Inject a Property Value Into a Class Not Managed by Spring?