模块化拆分
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package cn.celess.common.config;
|
||||
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@MapperScan("cn.celess.common.mapper")
|
||||
public class MybatisConfig {
|
||||
}
|
||||
Reference in New Issue
Block a user