SyntaxFix
Write A Post
Hire A Developer
Questions
Using Environment class we can get application. Properties values
@Autowired,
private Environment env;
and access using
String password =env.getProperty(your property key);