I'd like to know if it's possible that Spring is able to get config properties from json format files.
I've tried to find something but up to now, I've only been able to get that the only formats are yml and properties files.
Any ideas?
I'd like to know if it's possible that Spring is able to get config properties from json format files.
I've tried to find something but up to now, I've only been able to get that the only formats are yml and properties files.
Any ideas?
You can use only .yml
and .properies
format for application properties.
More information in docs: https://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html