摘要:
1、概述 记录jar包linux和windows发布全过程,源码在gitee中托管。 本文使用assembly.xml进行打包,使用sh命令在linux中发布,使用bat命令在windows发布。 下面介绍整个过程 项目地址:https://gitee.com/mfengyu415/SpringBo 阅读全文
摘要:
1、概述 maven-assembly-plugin打包可以把一些配置文件打包到jar包外面 2、添加pom依赖 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boo 阅读全文