Skip to content

二次开发

TIP

脚手架已经将除个别模块外的代码全部推送到了Maven中央仓库中,在基于本脚手架进行二次开发时,不需要将所有的代码重复引入,只需要在pom.xml中引入相应的模块即可, Maven依赖管理工具会自动下载相应的模块,会带来代码体积小、加载速度更快、打包更迅速等优点。

模块坐标

最新版本可以查看:mvnrepository地址

例子:

xml
    <dependency>
        <groupId>cn.bootx.platform</groupId>
        <artifactId>service.iam</artifactId>
        <version>${latest.version}</version>
    </dependency>

未发布的模块

  • bootx-start 启动模块
  • bootx-demo 演示模块
  • service-miniapp 小程序服务
本文档内容版权属于济南易杯光年软件技术有限公司,保留所有权利