File tree Expand file tree Collapse file tree 5 files changed +5
-12
lines changed
mydtt-plus-spring-boot-starter
src/main/java/cn/alphahub/dtt/plus/framework/miscellaneous
mydtt-plus-spring-boot-starter-tests
mydtt-plus-spring-boot-2-x
mydtt-plus-spring-boot-3-x Expand file tree Collapse file tree 5 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ Domain Driven Table [ {
72
69
dttCommentParser = applicationContext .getBean (DefaultAnnotationParser .class );
73
70
else dttCommentParser = contextWrapper .getCommentParser ();
74
71
75
- DttMybatisAutoConfiguration dttMybatisAutoConfiguration = applicationContext .getBean (DttMybatisAutoConfiguration .class );
76
- Map <String , DttMbActWrapper > typeAliasesMap = dttMybatisAutoConfiguration .getTypeAliasesMap ();
77
- if (CollectionUtils .isEmpty (typeAliasesMap )) return Collections .emptyList ();
78
-
79
72
List <Class <?>> classes = new ArrayList <>();
80
73
for (String classFullyQualifyName : request .getFullyQualifiedClassNames ()) {
81
74
try {
You can’t perform that action at this time.
0 commit comments