I have seen a lot of code where values are being fetched from the properties file to Java code. I want to do the visa vers. I have gotten a environment variable into my java code using System.getenv("ABC"). I now want to assign this value to my keystore password in application.properties file. How od i do that?
Asked
Active
Viewed 23 times