Guest User

Untitled

a guest
Jun 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @Configuration
  2. @VaultPropertySource("secret/my-application")
  3. public class AppConfig {
  4.  
  5. @Value(${redis.password:default})
  6. private String password
  7. }
Add Comment
Please, Sign In to add comment