访问http://start.spring.io/自动创建项目
在pom.xml文件中添加支持web的模块
1 | <dependency> |
pom.xml文件中默认有两个模块:
1 | spring-boot-starter:核心模块,包括自动配置支持、日志和YAML; |
访问http://start.spring.io/自动创建项目
在pom.xml文件中添加支持web的模块
1 | <dependency> |
pom.xml文件中默认有两个模块:
1 | spring-boot-starter:核心模块,包括自动配置支持、日志和YAML; |
先去官网查看Tomcat版本和JDK版本匹配关系
http://http://tomcat.apache.org/whichversion.html
下载Tomcat的Linux版本
文件后缀是tar.gz
下载到Linux下解压
tar -zxvf apache-tomcat-8.0.46.tar.gz