摘要:
1.项目脚手架参考https://www.cnblogs.com/fishyy/p/10313566.html 2.在父pom.xml中添加springmvc相关dependency <?xml version="1.0" encoding="UTF-8"?> <project xmlns="htt 阅读全文
摘要:
1.cd到要生成项目位置目录 2.执行mvn archetype:generate -DgroupId=com.yyu.cms -DartifactId=appcms -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode 阅读全文