springpro
Results
1
issues of
springpro
在 3.5.0的tk.mybatis.spring.mapper.ClassPathMapperScanner的79行 mapperHelper.setProperties(properties); 这里的properties中的属性的名称为 mapper.not-empty 但在tk.mybatis.mapper.entity.Config#setProperties方法里,却是用 String notEmpty = properties.getProperty("notEmpty"); 来判断。 我在tk.mybatis.mapper.mapperhelper.EntityHelper#initEntityNameMap((Class entityClass, Config config) ) 断点跟踪也证明Config对象并没有得到正确的配置。
bug