Class LaunchpadTenantConfiguration


  • @Configuration
    @EnableConfigurationProperties(de.focus_shift.launchpad.tenancy.LaunchpadTenantConfigProperties.class)
    @ConditionalOnProperty(prefix="launchpad.tenant",
                           name="enabled",
                           havingValue="true")
    public class LaunchpadTenantConfiguration
    extends Object
    • Constructor Detail

      • LaunchpadTenantConfiguration

        public LaunchpadTenantConfiguration()