Closed kazuki43zoo closed 5 years ago
I propose to use the spring boot configuration properties feature instead of mybatis-config.xml on MyBatis's configuration.
mybatis-config.xml
What about the typeHandlers?
typeHandlers
You can use the package based scan feature as follow:
mybatis.type-handlers-package=io.spring.infrastructure.mybatis
I propose to use the spring boot configuration properties feature instead of
mybatis-config.xml
on MyBatis's configuration.