package com.objecteye.config; import org.mybatis.spring.annotation.MapperScan; import org.springframework.context.annotation.Configuration; @Configuration @MapperScan({"com.objecteye.mapper"}) public class MyBatisConfig { }