2020-05-17 12:59:16 +02:00
|
|
|
## Spring Boot Properties
|
|
|
|
|
|
|
|
This module contains articles about Properties in Spring Boot.
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2020-05-20 15:51:11 +02:00
|
|
|
- [Load Spring Boot Properties From a JSON File](https://www.baeldung.com/spring-boot-json-properties)
|
|
|
|
- [A Quick Guide to Spring @Value](https://www.baeldung.com/spring-value-annotation)
|
|
|
|
- [Using Spring @Value with Defaults](https://www.baeldung.com/spring-value-defaults)
|
2020-05-20 16:03:49 +02:00
|
|
|
- [How to Inject a Property Value Into a Class Not Managed by Spring?](https://www.baeldung.com/inject-properties-value-non-spring-class)
|
2020-06-09 19:28:03 +08:00
|
|
|
- [@PropertySource with YAML Files in Spring Boot](https://www.baeldung.com/spring-yaml-propertysource)
|
|
|
|
- More articles: [[<-- prev]](../spring-boot-properties)
|