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

org.ikasan.dashboard.beans.PersistenceComponentFactory Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package org.ikasan.dashboard.beans;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;

@Configuration
@ImportResource( {
    "classpath:providers-conf.xml",
    "classpath:configuration-service-conf.xml"
} )
public class PersistenceComponentFactory
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy