
com.oberasoftware.base.BaseConfiguration Maven / Gradle / Ivy
package com.oberasoftware.base;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @author renarj
*/
@Configuration
@ComponentScan
public class BaseConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy