I have the following use case :
- I have a property file, say
test.properties
- This property file needs to be encrypted as this has some confidential data.
- I have a utility through which i can encrypt the property file.
Is there a way I can use Spring to inject the values from this property file to my class?