This commit is contained in:
yulichang 2022-01-07 14:04:58 +08:00
parent dbdc357e6e
commit e83f5b83f6

View File

@ -33,7 +33,7 @@ public class InterceptorConfig implements ApplicationListener<ApplicationReadyEv
@Autowired(required = false)
private List<SqlSessionFactory> sqlSessionFactoryList;
@Autowired
@Autowired(required = false)
private MPJInterceptor mpjInterceptor;
@Autowired(required = false)
private ISqlInjector iSqlInjector;