All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenbird.configuration.context.MuleSpringContextLoader Maven / Gradle / Ivy

Go to download

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