Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # will look for /etc/myapp/application.properties
  2. -Dspring.config.location=file:/etc/myapp/
  3.  
  4. # will look for /etc/myapp/custom.properties
  5. -Dspring.config.location=file:/etc/myapp/custom.properties
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement