mercyblitz / java-training-camp

Java Training Camp
Apache License 2.0
168 stars 116 forks source link

作业十一:扩展 Spring Initializr 能够生成多模块 Maven #7

Open mercyblitz opened 1 year ago

mercyblitz commented 1 year ago

要求

  1. 生成标准模块:api、data、core 和 web
  2. 生成根项目的 pom.xml
  3. (可选)生成 api 等模块各自的 pom.xml 文件
  4. (可选)生成 Java 代码到 web 模块中
mercyblitz commented 1 year ago

作业参考附件中的 src.zip