mybatis / spring

Spring integration for MyBatis 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent warning log if not found mappers that matches conditions when running in native image

kazuki43zoo opened this issue · comments

Add a new option whether print warning log if not found mappers that matches conditions on ClassPathMapperScanner. The default is true(mean that print warning log). But false when running in native image.