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
|
|
|
- [A Quick Guide to Spring @Value](https://www.baeldung.com/spring-value-annotation)
|
2022-09-23 14:14:49 +05:30
|
|
|
- [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-07-07 14:18:10 +03:00
|
|
|
- [@PropertySource with YAML Files in Spring Boot](https://www.baeldung.com/spring-yaml-propertysource)
|
|
|
|
- [Inject Arrays and Lists From Spring Properties Files](https://www.baeldung.com/spring-inject-arrays-lists)
|
2020-07-21 21:33:35 +08:00
|
|
|
- [Inject a Map from a YAML File with Spring](https://www.baeldung.com/spring-yaml-inject-map)
|
2020-07-23 21:31:26 +08:00
|
|
|
- [YAML to List of Objects in Spring Boot](https://www.baeldung.com/spring-boot-yaml-list)
|
2020-07-07 14:18:10 +03:00
|
|
|
- More articles: [[<-- prev]](../spring-boot-properties)
|