
Javaee maven
文章平均质量分 61
溯缔
这个作者很懒,什么都没留下…
展开
-
使用maven项目启动项目时项目持续处于启动状态
原先根据网上查到的信息显示:解决方案有两种:1数据库连接存在问题如账号密码错误,数据库名错误,数据库未进行用户权限授权等2eclipse等工具问题,重启工具或对工程进行clean但两种方案都不可行原因并不在此,由于项目使用两个war包运行,之间需要进行通信而组件放置于服务器上,结果发现是服务器防火墙没关,之前只是暂时关闭或关闭tomcat端口的防火墙因此忽略了这点原创 2017-05-24 13:24:02 · 2889 阅读 · 0 评论 -
'build.plugins.plugin.version' for org.apache.tomcat.maven:tomcat7-maven-plugin is missing
使用maven中的tomcat插件出现的问题:'build.plugins.plugin.version' for org.apache.tomcat.maven:tomcat7-maven-plugin is missing可能原因1:配置tomcat插件,不正确以致找不到对应的插件的jar包解决:找到配置的位置检查配置,包括版本号是否制定之类建议上maven仓库直接搜索对应原创 2018-01-23 15:42:21 · 24013 阅读 · 1 评论 -
Could not find goal 'create' in plugin org.apache.maven.plugins:maven-archetype-plugin:3.0.0 among
转载原博客在使用maven建立工程;mvn archetype:create -DgroupId=org.ldy -DartifactId=proj 本地maven版本为:Apache Maven 3.3.9 遇到: Could not find goal ‘create’ in plugin org.apache.maven.plugins:maven-archetype-plugi转载 2018-02-02 15:33:09 · 1095 阅读 · 0 评论 -
使用IntelliJ IDEA 配置Maven(入门)
转载原IDEA配置maven转载 2018-02-02 15:59:23 · 213 阅读 · 0 评论 -
registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web applicat
原文链接 严重: Context [/wangxin] startup failed due to previous errors 八月 16, 2017 7:29:12 下午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc 严重: The web application [/wangxin] regi...转载 2018-04-17 11:34:08 · 2965 阅读 · 0 评论 -
idea maven打包 install 报错The packaging for this project did not assign a file to the build artifact
如题,这其实是个低级错误,这个错的意思是,找不到这个插件的包。原因很简单,不是找不到这个打包插件,而是自己的项目没有从maven仓库里加载这个包到项目里,因此会找不到。看一下问什么会报这个错: 大家都知道,在idea中maven打包操作是点击install,而在maven打包时有两个install的地方如下图:我们在打包时如果点击了Plugins中的install时,就会报如题错...转载 2018-07-18 18:57:38 · 19443 阅读 · 0 评论 -
maven常见错误处理
Maven错误:was cached in the local repository, resolution will not be reattempted until the update转载 2018-11-09 16:00:36 · 280 阅读 · 0 评论