You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using mybatis-spring-boot-starter:1.3.0 ,
and configure typeHandlersPackage equals com.bee.
How can I avoid the warning messages?
Can I set typeHandlersPackage like com.bee.*.typehandler?
The text was updated successfully, but these errors were encountered:
I'm running a spring-boot project which depends on a basic framework jar, but it print many warns like below:
We are using mybatis-spring-boot-starter:1.3.0
,
and configure
typeHandlersPackage
equalscom.bee
.How can I avoid the warning messages?
Can I set
typeHandlersPackage
likecom.bee.*.typehandler
?The text was updated successfully, but these errors were encountered: