
com.greenbird.configuration.context.MuleSpringContextLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mule-configuration Show documentation
Show all versions of mule-configuration Show documentation
Extension that enables usage of the greenbird-configuration library in Mule ESB applications.
The newest version!
package com.greenbird.configuration.context;
import com.greenbird.configuration.util.ResourceFinder;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;
@Configuration
@ImportResource(value = ResourceFinder.CONTEXT_PATTERN, reader = MuleXmlBeanDefinitionReader.class)
public class MuleSpringContextLoader {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy