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>