springboot 打包发布

使用intelli idea 搭建spring boot 项目 在程序中增加restful 风格的接口设计

maven 打包命令 mvn package -Dmaven.test.skip=true
运行命令 java -jar hello-0.0.1-SNAPSHOT.jar
xshell 登陆Linux环境 上传到jar包到linux中

本地开发环境运行spring boot

猜你喜欢

转载自blog.csdn.net/xiaofanren1111/article/details/79679516