Eclipse
AnsenZhu
谢谢您的发财小手,关注和点赞
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MAVEN插件介绍和配置
MAVEN插件介绍及配置 一、介绍maven-antrun-pluginhttp://maven.apache.org/plugins/maven-antrun-plugin/maven-antrun-plugin能让用户在Maven项目中运行Ant任务。用户可以直接在该插件的配置以Ant的方式编写Target,然后交给该插件的run目标去执行。在一些由Ant往Maven迁...转载 2018-10-29 14:38:46 · 7130 阅读 · 0 评论 -
The method intercept(Invocation) of type PaginationInterceptor must override a superclass method
The method of type must override a superclass method解决方式he method intercept(Invocation) of type PaginationInterceptor must override a superclass method解决办法是:一、 因为你的Compiler 是jdk1.5,只要把它改为 1.6方法:...原创 2019-01-11 13:50:41 · 464 阅读 · 0 评论 -
entity,po中使用了@Data报错
原因:是没有(正确)安装lombok-x.xx.xx.jar包解决方法:1.需要在maven库中找到lombok-x.xx.xx.jar包2运行jar包,添加到eclipse目录下点击install/update按钮,即可安装完成检查eclipse.ini文件最后是否添加了jar包3然后重启一下eclipse...原创 2019-01-14 14:52:29 · 889 阅读 · 0 评论
分享