在mac终端中输入
cd /Users/xxxx/项目目录/
mvn install
执行完后在target目录下生成 LearnNew.war
将该文件复制到tomcat的webapp目录下,通过http://localhost:8080/项目名 进行访问
在mac终端中输入
cd /Users/xxxx/项目目录/
mvn install
执行完后在target目录下生成 LearnNew.war
将该文件复制到tomcat的webapp目录下,通过http://localhost:8080/项目名 进行访问