MyBatis和IBatis配置文件中的自动补全功能

在Myeclipse中打开 首选项->xml-xml Catalog 中添加User Specified Entries 

点击Add 弹出窗体选择 File System.... ,key Type选择System ID  Key随便写

http://duzitianya.iteye.com/blog/814884

<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>1.0.0-RC2</version>
</dependency>

猜你喜欢

转载自hongyabing.iteye.com/blog/1583434