All Classes and Interfaces
Class
Description
Read application properties from the following locations:
project.properties from classpath, where properties filtered by maven should be placed;
${project.name}.properties from classpath, containing unfiltered properties;
git.properties from classpath, containing git information generated by pl.project13.maven:git-commit-id-plugin;
~/.${project.name}.properties, for local development environment overrides (use this feature responsibly);
/opt/${project.name}/conf/project.properties, for testing/production environment overrides, such as jdbc properties.
Read application properties from the following locations:
project.properties from classpath, where properties filtered by maven should be placed;
${project.name}.properties from classpath, containing unfiltered properties;
git.properties from classpath, containing git information generated by pl.project13.maven:git-commit-id-plugin;
~/.${project.name}.properties, for local development environment overrides (use this feature responsibly);
/opt/${project.name}/conf/project.properties, for testing/production environment overrides, such as jdbc properties.
Moreover, enables property placeholders (e.g.Registers the annotated
@Bean or @Component only if the
property matches one value in the given set.