2.理解注解

3.maven

下载地址:https://maven.apache.org/download.cgi
下载:Binary zip archive
配置环境变量:MAVEN_HOME


idea中配置 file->settings:

修改镜像:修改其中的conf->settings.xml
注意不要写在注释中

nexus-aliyun
central
Nexus aliyun
http://maven.aliyun.com/nexus/content/groups/public

4.springboot

地址:https://spring.io/projects/spring-boot
打开官网后点击最下方的Quickstart Your Project
添加Spring Web
点击Generate
用idea打开demo即可