Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. my.prop=classpath:my-file.txt
  2.  
  3. @Value("${my.prop}")
  4. private Resource myProp;
  5.  
  6. my.prop=file:/path/to/my-file.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement