创建parent
mvn archetype:generate -DgroupId=com.hikvision -DartifactId=aocp-parent -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

创建子model
mvn archetype:generate -DgroupId=com.hikvision -DartifactId=aocp-web -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

 

父工程中删除src目录,然后进去创建子工程

相关文章:

  • 2021-05-22
  • 2022-01-05
  • 2022-01-17
  • 2021-09-03
  • 2021-06-10
  • 2022-01-01
  • 2022-01-12
猜你喜欢
  • 2021-12-12
  • 2021-12-25
  • 2021-09-03
  • 2021-08-17
  • 2021-09-09
相关资源
相似解决方案