‘org.mybatis:mybatis:3.2.8‘
mybatis-config.xml-->
<settings>
<setting name="callSettersOnNulls" value="true" />
</settings>
参数详见:
http://mybatis.github.io/mybatis-3/zh/configuration.html
project:mybank-gateway
原文:http://www.cnblogs.com/yangy608/p/4037445.html