Index
All Classes and Interfaces|All Packages
A
- ApplicationProperties - Annotation Interface in net.optionfactory.spring.context.propertysources
-
Read 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. - ApplicationPropertiesConfig - Class in net.optionfactory.spring.context.propertysources
-
Read 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. - ApplicationPropertiesConfig() - Constructor for class net.optionfactory.spring.context.propertysources.ApplicationPropertiesConfig
C
- ConditionalProperty - Annotation Interface in net.optionfactory.spring.context.conditionals
-
Registers the annotated
@Beanor@Componentonly if the property matches one value in the given set. - ConditionalProperty.PropertyCondition - Class in net.optionfactory.spring.context.conditionals
G
- getConfigurationPhase() - Method in class net.optionfactory.spring.context.conditionals.ConditionalProperty.PropertyCondition
M
- matches() - Element in annotation interface net.optionfactory.spring.context.conditionals.ConditionalProperty
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in class net.optionfactory.spring.context.conditionals.ConditionalProperty.PropertyCondition
- matchesWhenMissing() - Element in annotation interface net.optionfactory.spring.context.conditionals.ConditionalProperty
N
- name() - Element in annotation interface net.optionfactory.spring.context.conditionals.ConditionalProperty
- net.optionfactory.spring.context.conditionals - package net.optionfactory.spring.context.conditionals
- net.optionfactory.spring.context.propertysources - package net.optionfactory.spring.context.propertysources
P
- PropertyCondition() - Constructor for class net.optionfactory.spring.context.conditionals.ConditionalProperty.PropertyCondition
- propertySourcesPlaceholderConfigurer() - Static method in class net.optionfactory.spring.context.propertysources.ApplicationPropertiesConfig
All Classes and Interfaces|All Packages