Skip to content

Commit

Permalink
bug fix for java8 and getting git version properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Jan 7, 2022
1 parent 5013916 commit cf2f178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer
expectedPaths.add("file:" + propertyPathVar + "/*.properties");
}
expectedPaths.add("classpath*:fr/insee/config/*.properties");
expectedPaths.add("classpath:*.properties");
expectedPaths.add("classpath*:*.properties");
fetcher.configure(configurer, env, expectedPaths.toArray(new String[0]));
configurer.setIgnoreUnresolvablePlaceholders(true);
configurer.setIgnoreResourceNotFound(true);
Expand Down

0 comments on commit cf2f178

Please sign in to comment.