JeecgBoot的JAR分离打包部署,有人用过吗?

https://help.jeecg.com/java/publish/jarlib.html
官网上是这么描述的
这3个模块我会频繁改动,完全照搬官网的配置会不会出问题?
需要include包含进来吗

<include>
    <groupId>org.jeecgframework.boot</groupId>
    <artifactId>jeecg-module-demo</artifactId>
</include>
<include>
    <groupId>org.jeecgframework.boot</groupId>
    <artifactId>jeecg-boot-base-core</artifactId>
</include>
<include>
    <groupId>org.jeecgframework.boot</groupId>
    <artifactId>jeecg-module-system</artifactId>
</include>

阅读 1.4k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题