1、SpringBoot就是一个内嵌WEB服务器(tomcat/jetty)可执行程序的框架。
3、修改父模块pom文件 去掉maven打包插件。
5、将当前项目进行打包:clean package 。