使用springBoot搭建聚合工程

    





springboot集成了很多框架,在这里只需要选择项目中所需要的组件,springboot会自动导入依赖




这是生成后springboot父工程的pom文件,子模块的搭建方法如上