springboot + mybatis + websocket + h2
vue + element-ui + terminal
docker run -itd --name y-shell -e active="dev" -p 8082:8082 -v /root/.m2:/root/.m2 -v /root/.ssh:/root/.ssh zhangyule1993/y-shell:v1.0.0.release
git clone https://github.com/ZhangLe1993/y-shell.git
cd y-shell
cd y-shell-web
cnpm install
cnpm run build
执行springboot 的 Application方法
或者直接执行jar包
cd y-shell/out
java -Dfile.encoding=utf-8 -jar app.jar --spring.profiles.active=dev