mod
This commit is contained in:
@@ -6,10 +6,11 @@ import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
|
||||
/**
|
||||
* Mybatis过滤器配置
|
||||
* 注意:必须按顺序进行配置,否则容易出现业务异常
|
||||
* @author chenhaodong
|
||||
* @Description 描述:Mybatis过滤器配置 注意:必须按顺序进行配置,否则容易出现业务异常
|
||||
* @Author A贾宇婷034244310
|
||||
* @Date 20260615
|
||||
*/
|
||||
@Configuration
|
||||
@MapperScan("com.bc.exam.modules.**.mapper")
|
||||
|
||||
Reference in New Issue
Block a user