Skip to content

grimrose/ssh-port-forward-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssh-port-forward-study

requirement

  • Java 8 JDK
  • Docker
  • sbt
  • node

usage

before run test

docker-compose up

groovy

cd groovy
./gradlew clean test

scala

cd scala
sbt test

node

cd node
npm test