Skip to content

sixsixsix516/sun-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sun-deploy

将SpringBoot程序一键上传到远程服务器并运行

查看最新版本 https://mvnrepository.com/artifact/com.sixsixsix516/sun-deploy-maven-plugin

使用方式

1.引入插件

<plugin>
      <groupId>com.sixsixsix516</groupId>
      <artifactId>sun-deploy-maven-plugin</artifactId>
      <version>1.0</version>
      <configuration>
          <ip>输入你的服务器ip</ip>
          <port>输入你的服务器端口(默认值22)</port>
          <user>输入你的服务器用户名</user>
          <password>输入你的服务器密码</password>
          <deployPath>服务器部署路径(不存在会自动创建)</deployPath>
      </configuration>
  </plugin>

2 使用idea运行

idea方式

About

自动部署SpringBoot程序

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages