其他分享
首页 > 其他分享> > idea配置maven4.0

idea配置maven4.0

作者:互联网

 步骤一:

第一步:

 第二步:

 

 第三步:

 

 

 第四步:

 

 第五步(查看配置完成后的文件):

 步骤二(复制一下文件替换掉到idea的web.xml文件):

<?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_4_0.xsd"
         version="4.0">
</web-app>

 

标签:xml,文件,web,步骤,配置,idea,maven4.0,第五步
来源: https://blog.csdn.net/weixin_56236018/article/details/120095786