Skip to content

Type aliases are not correctly detected when package is specified in the config #42

Closed
@harawata

Description

@harawata

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions