Skip to content
Snippets Groups Projects
Commit 0c13beb5 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-6741 fix condition to create OrganisationEinheitProperties bean

parent 59d72ede
No related branches found
Tags
1 merge request!1Ozg 6741 organisationseinheit link
...@@ -37,7 +37,7 @@ import lombok.Setter; ...@@ -37,7 +37,7 @@ import lombok.Setter;
@Getter @Getter
@Configuration @Configuration
@ConfigurationProperties(prefix = OrganisationEinheitProperties.ORGANISATION_EINHEIT_PROPERTIES_PREFIX) @ConfigurationProperties(prefix = OrganisationEinheitProperties.ORGANISATION_EINHEIT_PROPERTIES_PREFIX)
@ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "organisationsEinheiten", havingValue = "true") @ConditionalOnProperty(prefix = FeatureToggleProperties.FEATURE_TOGGLE_PREFIX, name = "organisations-einheiten", havingValue = "true")
class OrganisationEinheitProperties { class OrganisationEinheitProperties {
static final String ORGANISATION_EINHEIT_PROPERTIES_PREFIX = "ozgcloud.organisation-einheit"; static final String ORGANISATION_EINHEIT_PROPERTIES_PREFIX = "ozgcloud.organisation-einheit";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment