在使用Maven插件编译Maven项目的时候报了这样一个错:[Java source1.5不支持diamond运算符,请使用source 7或更高版本以启用diamond运算符],这里记录下出现这个错误的原因以及解决这个问题的方法. 问题出现的原因 diamond运算符,指的是JDK1.7的一个新特性: List<String> list = new ArrayList<String>(); // 老版本写法 List<String> list = new ArrayL
任何一个maven项目都会继承一个默认的父pom配置:Super POM,详见:https://maven.apache.org/guides/introduction/introduction-to-the-pom.html . 在pom.xml中可以直接使用一些变量值,如: ${project.groupId} The group id of current project ${project.version} The version of current project ${project
最近使用IntelliJ IDEA搭建公司项目,该项目是maven项目,加载jar和编译的时候没有任何异常,但是部署到tomcat上之后,就会出现如下异常: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ai]] at org.apache.catalina.util.Lifec
问题一: 配置项目时出现的错误: error: Cannot change version of project facet Dynamic Web Module to 2.5. error: One or more constraints have not been satisfied. 解决方式如下图所示: 修改完毕后,记得右击项目Update Maven Project 这样就可以了! 问题二 maven install时出现问题:“-Dmaven.multiModuleProjectDi
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at org.apache.catalina.loader.WebappClassLoaderBase.load