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

com.coherentlogic.coherent.data.adapter.application.XMLConfiguration Maven / Gradle / Ivy

The newest version!
package com.coherentlogic.coherent.data.adapter.application;

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

@Configuration
@ImportResource({"classpath*:spring/example-application-context.xml"})
public class XMLConfiguration {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy