
maven
Wbw Belief
一枚产品梦在路上的全栈架构师。
展开
-
LinkageError: loader constraint violation: when resolving method "InstanceManagerFactory.getInstance
无语啊,maven项目启动有报错,用tomcat8启动这么困难吗?错误:2019-05-29 17:54:06,587 [http-nio-8080-exec-1] [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping]-[DEBUG] Looking up handler ...原创 2019-05-30 08:46:53 · 1412 阅读 · 3 评论 -
No plugin found for prefix 'tomcat8' in the current project and in the plugin groups maven启动项目--- 采坑
maven 启动项目,配置tomcat8-maven-plugin,启动项目报错:[ERROR] No plugin found for prefix 'tomcat8' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available fro...原创 2019-05-29 15:11:01 · 5982 阅读 · 0 评论 -
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19-采坑
运行项目出现这种问题:五月 29, 2019 3:30:34 下午 org.apache.catalina.startup.ContextConfig processAnnotationsJar严重: Unable to process Jar entry [module-info.class] from Jar [jar:file:/C:/Users/Administrator.SC-2...原创 2019-05-29 15:32:46 · 1803 阅读 · 0 评论 -
java.lang.NoSuchMethodError:LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String; --- 采坑
maven启动项目出现错误,log4j版本问题:严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerjava.lang.NoSuchMethodError: org.slf4j.sp...原创 2019-05-29 17:04:13 · 912 阅读 · 0 评论 -
Maven Idea pom | 移除项目冲突重复依赖
使用idea 移除maven冲突重复依赖1.打开 maven 依赖关系。2.移除不需要的依赖点击之后,如果跳转至别的依赖包,则说明需要先移除该依赖包。此时已经移除,pom文件已发送变化,需要导入依赖。查看pom,发现 已经有一个 依赖包 排除依赖。ok,至此便可以按照此方法排除所有冲突重复依赖。...原创 2019-08-21 09:07:42 · 5656 阅读 · 0 评论