META-INF.bluetrain.sticky-components.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stickycode-extended-config Show documentation
Show all versions of stickycode-extended-config Show documentation
Extends the functionality of Spring Boot and Sticky Code and provides extra support for Kubernetes style mounted volumes.
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd "> <context:annotation-config/> <context:component-scan base-package="net.stickycode" use-default-filters="false"> <context:include-filter type="annotation" expression="net.stickycode.stereotype.StickyComponent"/> </context:component-scan> <bean class="net.stickycode.bootstrap.spring4.SpringComponentContainer"/> <bean class="com.bluetrainsoftware.common.config.MapCoercion"/> <bean class="net.stickycode.configured.ConfiguredConfigurationListener"/> <!--<bean class="com.bluetrainsoftware.common.config.ConcurrentConfigurationListener"/>--> <bean class="net.stickycode.configured.ConfigurationSystem"/> <bean class="com.bluetrainsoftware.common.config.SystemPropertiesConfigurationSource"/> <bean class="com.bluetrainsoftware.common.config.ConfigKeyPostProcessor"/> <bean class="com.bluetrainsoftware.common.config.ConfigurationRefresher"/> <!-- automatically start the configuration --> <bean class="com.bluetrainsoftware.common.config.PreStartRefresher"/> </beans>