Guest User

Untitled

a guest
Jan 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. @Configuration
  2. @PropertySource("classpath:" + SpringConfiguration.EXTERNALIZED_PROPERTIES)
  3. @PropertySource(value = "file:./" +
  4. SpringConfiguration.EXTERNALIZED_PROPERTIES, ignoreResourceNotFound = true)
  5. public class SpringConfiguration {
  6. static final String EXTERNALIZED_PROPERTIES = "external.properties";
  7. }
Add Comment
Please, Sign In to add comment