abator生产代码去掉注释

系统 Myeclipse6.5

插件的安装是通过 Help > Software Updates > Find and Install...,方式安装的

1 到Myeclipse6.5安装目录
D:\MyEclipse 6.5\eclipse\plugins\org.apache.ibatis.abator.core_1.1.0
找到abator-src.zip 解压
找到org\apache\ibatis\abator\internal\DefaultCommentGenerator.java
把里面的注释代码去掉
2 从新打包成 abator.jar文件 ,覆盖D:\MyEclipse 6.5\eclipse\plugins\org.apache.ibatis.abator.core_1.1.0
下的 原始文件
3 重启Myeclipse6.5

猜你喜欢

转载自qlma.iteye.com/blog/608422