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

com.oberasoftware.base.BaseConfiguration Maven / Gradle / Ivy

There is a newer version: 3.0
Show newest version
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