Regarding the property resolution of SpringBoot explained here: https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html
I want to exclude from the mechanism:
9. Java System properties (System.getProperties()).
10. OS environment variables.
Is it possible?
Thanks