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

com.abasecode.opencode.es.config.AutoConfiguration Maven / Gradle / Ivy

package com.abasecode.opencode.es.config;

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

/**
 * @author Jon
 * e-mail: [email protected]
 * url: Jon's blog
 * url: project github
 * url: AbaseCode.com
 */
@Configuration
@ComponentScan("com.abasecode.opencode.es")
public class AutoConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy