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

cn.acyou.leo.framework.auto.LeoFrameworkConfiguration Maven / Gradle / Ivy

package cn.acyou.leo.framework.auto;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * @author youfang
 * @version [1.0.0, 2022/1/19 16:16]
 **/
@Configuration
@ComponentScan("cn.acyou.leo.framework")
public class LeoFrameworkConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy