首页 > 其他分享 >jeecgboot微服务开发-坑点

jeecgboot微服务开发-坑点

时间:2023-02-24 16:23:40浏览次数:32  
标签:erp 坑点 版本号 3.4 开发 jeecgboot archetype jeecg

1.使用archetype生成微服务模块

命令如下:

mvn archetype:generate ^
   -DgroupId=org.jeecg.modules.erp ^
   -Dmodule=erp^
   -Dmodule-up-first=Erp^
   -DartifactId=jeecg-module-erp ^
   -Dversion=3.4.0^
   -DarchetypeGroupId=org.jeecgframework.archetype ^
   -DarchetypeArtifactId=jeecg-cloud-gen ^
   -DarchetypeVersion=3.4.0

其中

  1.DarchetypeVersion版本号是固定的不要改。

  2.Dversion版本号需要根据项目的迭代更新,不然下载下来会报错。

标签:erp,坑点,版本号,3.4,开发,jeecgboot,archetype,jeecg
From: https://www.cnblogs.com/xujiating/p/17151926.html

相关文章