Skip to content

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
anand1st committed Nov 14, 2017
1 parent 162ef64 commit 043a65b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,22 @@ This artifact is a spring boot starter that provides SSH access to spring boot a

The motivation for this starter was due to the fact that spring-boot had officially dropped support for spring-boot-starter-remote-shell for the 2.x versions.

This starter has been tested with spring-boot 2.0.0.M4 with support its new endpoint infrastructure. For supporting the older spring boot versions, please see the git branch 1.5.x which supports 1.5.x right up to 2.0.0.M3 for more information.
This starter has been tested with spring-boot 2.0.0.M4 till 2.0.0.M6 with support its new endpoint infrastructure. For supporting the older spring boot versions, please see the git branch 1.5.x which supports 1.5.x right up to 2.0.0.M3 for more information.

To import into Maven project, add the following dependency inside pom.xml:

<dependency>
<groupId>io.github.anand1st</groupId>
<artifactId>sshd-shell-spring-boot-starter</artifactId>
<version>3.0</version>
<version>3.1</version>
</dependency>

### Note
Versions < 2.1 are deprecated and unsupported. The artifact above supports the following functionalities:

### Version 3.1
Added support for SSH exec in addition to SSH shell.

### Version 3.0
Only for spring boot versions 2.0.0.M4 and (hopefully) above.
Added support for spring boot 2.0.0.M4 endpoint infrastructure which is very different from versions below this.
Expand Down

0 comments on commit 043a65b

Please sign in to comment.