使用 Gradle 发布 Jar 包到 Maven 中央仓库
前端时间成功在中央仓库上传了本人第一个Artifact,本文结合自己实际操作过程(参考了众多博文),做下记录。OSSRH:SonatypeOpenSourceSoftwareRepositoryHostingService,为开源软件提供maven仓库托管服务。可以在上面部署snapshot、rel
Think Big, Act Small
前端时间成功在中央仓库上传了本人第一个Artifact,本文结合自己实际操作过程(参考了众多博文),做下记录。OSSRH:SonatypeOpenSourceSoftwareRepositoryHostingService,为开源软件提供maven仓库托管服务。可以在上面部署snapshot、rel
运行 gradle bootRepackage 命令即可打包,输出到 build/libs 。 添加apply plugin: 'application'后可以打包输出到 build/distributions 目录buildscript { ext { springBoot