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

com.easyes.starter.auto.EsAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.easyes.starter.auto;

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


/**
 * @Author: hzh
 * @Date: 2022/6/13 16:04
 */
@Configuration
@ComponentScan(basePackages = "com.easy.es")
public class EsAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy