1. maven的安装:
- 改阿里云的镜像仓库
- maven in 5 minutes:http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
- maven在cmd里面编译: (1) cd 到项目下(有pom.xml)--》 mvn.compile
2. Idea下载
3.idea下的maven编译
4. Spring initializr
5. Spring boot:给项目提供起步依赖,自动配置,端点监控
6. 修改tomcat的端口:
server.port=8080
server.servlet.context-path=/community