mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
required
This commit is contained in:
parent
dbdc357e6e
commit
e83f5b83f6
@ -33,7 +33,7 @@ public class InterceptorConfig implements ApplicationListener<ApplicationReadyEv
|
|||||||
|
|
||||||
@Autowired(required = false)
|
@Autowired(required = false)
|
||||||
private List<SqlSessionFactory> sqlSessionFactoryList;
|
private List<SqlSessionFactory> sqlSessionFactoryList;
|
||||||
@Autowired
|
@Autowired(required = false)
|
||||||
private MPJInterceptor mpjInterceptor;
|
private MPJInterceptor mpjInterceptor;
|
||||||
@Autowired(required = false)
|
@Autowired(required = false)
|
||||||
private ISqlInjector iSqlInjector;
|
private ISqlInjector iSqlInjector;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user