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

cn.bootx.platform.common.mybatisplus.MybatisPlusCommonAutoConfiguration Maven / Gradle / Ivy

The newest version!
package cn.bootx.platform.common.mybatisplus;

import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
import org.springframework.context.annotation.ComponentScan;

/**
 * mybatis自动配置
 *
 * @author xxm
 * @since 2021/7/27
 */
@AutoConfiguration
@ComponentScan
@ConfigurationPropertiesScan
public class MybatisPlusCommonAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy