SpringBoot学习笔记(一) maven 父子模块项目搭建

目录

新建maven父工程

删掉src文件夹

新建dubboApi

创建基于SpringBoot的web工程

启动成功


新建maven父工程

SpringBoot学习笔记(一) maven 父子模块项目搭建_第1张图片

 

SpringBoot学习笔记(一) maven 父子模块项目搭建_第2张图片

 

SpringBoot学习笔记(一) maven 父子模块项目搭建_第3张图片

删掉src文件夹

file-new module --quickstart

新建dubboApi

 

SpringBoot学习笔记(一) maven 父子模块项目搭建_第4张图片

 

SpringBoot学习笔记(一) maven 父子模块项目搭建_第5张图片

SpringBoot学习笔记(一) maven 父子模块项目搭建_第6张图片

 

创建基于SpringBoot的web工程

SpringBoot学习笔记(一) maven 父子模块项目搭建_第7张图片

SpringBoot学习笔记(一) maven 父子模块项目搭建_第8张图片

 

SpringBoot学习笔记(一) maven 父子模块项目搭建_第9张图片

SpringBoot学习笔记(一) maven 父子模块项目搭建_第10张图片

 

删除左侧多余文件,并将子模块添加至父级pom.xml中

SpringBoot学习笔记(一) maven 父子模块项目搭建_第11张图片

 

SpringBoot学习笔记(一) maven 父子模块项目搭建_第12张图片

启动成功

SpringBoot学习笔记(一) maven 父子模块项目搭建_第13张图片

你可能感兴趣的:(#,SpringBoot)