Maven环境配置常见问题
1.建设新项目,容易使用idea中的默认文件夹
2.配置加速器(常用的就是阿里云)和存储仓库(自己创建一个maven-repo)的位置
3.标记文件夹为可执行文件外的另一个方法,除了用mark down as
4.maven 的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>
5.碰到maven资源导出问题
6.maven常见设置
这里写为文件存在的地方。