新建maven项目更改 web版本
生活随笔
收集整理的這篇文章主要介紹了
新建maven项目更改 web版本
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
?
?
?
?
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1" metadata-complete="true">
<display-name>Archetype Created Web Application</display-name>
</web-app>
?
?
?
?
?
<build><finalName>YMX</finalName><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.1</version><configuration><source>1.8</source> <target>1.8</target> </configuration></plugin></plugins></build>MAVEN --> update project
轉載于:https://www.cnblogs.com/yuanbaodong/p/8267246.html
總結
以上是生活随笔為你收集整理的新建maven项目更改 web版本的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Activiti数据库
- 下一篇: sizeof 和 strlen