Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 789 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 789 Bytes

spring-webshell

Spring Boot based webfrontend for local shell access ✨
Dependencies: Java 11 JDK, Maven 3.5


Build Service Config

Build java archive file (IntelliJ)

Maven > Lifecycle > package

Java archive file path

$ /spring-webshell/target/webshell-0.0.2-SNAPSHOT.jar

jar File Execution (Linux)

$ java -jar ./target/webshell-0.0.2-SNAPSHOT.jar

Connect Shell throuh Browser

  • URL: localhost:8001/login
  • ID: korkeep, Password: korkeep

image


Input shell command

$ pwd

image