一个需求过来,我需要自己新建一个<module>做开发:
1.
.
2.点击“+”,选择New Module
3.选择Spring Initializr,点next
4.一路next填写配置
5.当你的<module>写好之后,记得添加两个pom.xml
1)整个项目的pom.xml
2)main<module>里面的pom.xml
6.打包发布,打开maven,选择后面有(root)的,clean,install,package
一个需求过来,我需要自己新建一个<module>做开发:
1.
.
2.点击“+”,选择New Module
3.选择Spring Initializr,点next
4.一路next填写配置
5.当你的<module>写好之后,记得添加两个pom.xml
1)整个项目的pom.xml
2)main<module>里面的pom.xml
6.打包发布,打开maven,选择后面有(root)的,clean,install,package
相关文章: