mybatis-3.3.0
版本发布时间: 2015-05-24 07:41:10
mybatis/mybatis-3最新发布版本:mybatis-3.5.14(2023-11-03 14:27:55)
Includes two main changes:
- Ognl has been upgraded to 3.0.11 that is the latest version
- The default proxy tool is now Javassist and is included inside the mybatis jar
There are some other minor changes and bug fixes. See the details at https://github.com/mybatis/mybatis-3/issues?q=milestone%3A3.3.0
Note that you can still use CGLIB as the proxy factory tool by adding CGLIB to your classpath and setting the MyBatis global parameter as follows:
<settings>
<setting name="proxyFactory" value="CGLIB"/>
</settings>
1、 mybatis-3.3.0.zip 3.04MB