Uses of Annotation Interface
net.optionfactory.spring.context.propertysources.ApplicationProperties
Packages that use ApplicationProperties
-
Uses of ApplicationProperties in net.optionfactory.spring.context.propertysources
Classes in net.optionfactory.spring.context.propertysources with annotations of type ApplicationPropertiesModifier and TypeClassDescriptionclassRead application properties from the following locations:project.propertiesfrom classpath, where properties filtered by maven should be placed;${project.name}.propertiesfrom classpath, containing unfiltered properties;git.propertiesfrom 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.