2020-08-22 05:45:22 -03:00
|
|
|
|
|
|
|
|
|
## Spring Boot Properties
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-08-20 18:41:40 +08:00
|
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
|
|
- [How to Define a Map in YAML for a POJO?](https://www.baeldung.com/yaml-map-pojo)
|
2020-09-16 22:42:16 +08:00
|
|
|
|
- [Using application.yml vs application.properties in Spring Boot](https://www.baeldung.com/spring-boot-yaml-vs-properties)
|
2022-01-14 13:33:39 +05:30
|
|
|
|
- [Load Spring Boot Properties From a JSON File](https://www.baeldung.com/spring-boot-json-properties)
|
|
|
|
|
- [IntelliJ – Cannot Resolve Spring Boot Configuration Properties Error](https://www.baeldung.com/intellij-resolve-spring-boot-configuration-properties)
|