# sun-deploy **Repository Path**: pampus/sun-deploy ## Basic Information - **Project Name**: sun-deploy - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-20 - **Last Updated**: 2021-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sun-deploy 将SpringBoot程序一键上传到远程服务器并运行 查看最新版本 https://mvnrepository.com/artifact/com.sixsixsix516/sun-deploy-maven-plugin ## 使用方式 #### 1.引入插件 ```xml com.sixsixsix516 sun-deploy-maven-plugin 1.0 输入你的服务器ip 输入你的服务器端口(默认值22) 输入你的服务器用户名 输入你的服务器密码 服务器部署路径(不存在会自动创建) ``` #### 2 使用idea运行 ![idea方式](http://img.chaorenaz.com/6879.png)