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

com.zlyx.easymybatis.configuration.MybatisConfiguration Maven / Gradle / Ivy

package com.zlyx.easymybatis.configuration;

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

/**
 * @Auth 赵光
 * @Describle
 * @2019年1月7日 下午1:48:45
 */
@Configuration
@EnableAspectJAutoProxy
@MapperScan("com.zlyx.easymybatis.mybatis")
public class MybatisConfiguration {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy