Closed
Description
With config like below, MyBatipse only detects the direct children of the specified packages.
<!-- mybatis config -->
<typeAliases>
<package name="pkg1" />
</typeAliases>
<!-- spring config -->
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="typeAliasesPackage" value="pkg1"/>
...
</bean>
Reported by @akacd in this comment