Description Resource Path Location Type Dynamic Web Module 3.1 requires Java 1.7 or newer. Ascend line 1 Maven Java EE Configuration Problem

时间:2016-08-05 17:49:06   收藏:0   阅读:1531

技术分享

pom.xml

build中加入

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.1</version>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                </configuration>
            </plugin>

 

原文:http://www.cnblogs.com/xxdfly/p/5742134.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!