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

se.cambio.cm.configuration.CmServiceConfiguration Maven / Gradle / Ivy

The newest version!
package se.cambio.cm.configuration;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;

@Configuration
@ComponentScan({"se.cambio.cm.model", "se.cambio.openehr.model"})
@PropertySource("classpath:cds-config-default.properties")
public class CmServiceConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy