1.  springboot项目需要部署到tomcat中吗?如何部署?

     答:springboot项目 不需要 部署到 tomcat 中,因为 项目中 有了 tomcat 插件,只需要将其打包 为jar 文件 即可,在maven项目中打包文件只需要 Maven install,然后在 target 中找到 打包的文件。 

02-18 18:31