项目模块

这里演示使用 Idea 创建一个新的子模块

新建模块

选择 File -> New -> Module

项目模块 - 图1

选择 Maven -> Next

项目模块 - 图2

选择父模块 -> Finish

项目模块 - 图3

回到项目,在新模块中创建包

项目模块 - 图4

TIP

如果包名和 System 模块 me.zhengjie 不一样,那么需要在 AppRun.class 中配置扫描路径

详见:新建模块后访问接口 404项目模块 - 图5

给新模块起一个名字

项目模块 - 图6

最后在 System 模块的 pom.xml 的 dependencies 节点加入创建的子模块

项目模块 - 图7