2 Star 1 Fork 51

CodeJason / spring-boot-online-exam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.sh 165 Bytes
一键复制 编辑 原始数据 按行查看 历史
空無一悟 提交于 2021-11-16 03:35 . 完善脚本
#!/bin/bash
docker rm -f exam
docker run -d -p 80:9527 -p 3306:3306 --name exam --privileged=true waterknife/exam /usr/sbin/init
docker exec exam /lsg/entrypoint.sh
Java
1
https://gitee.com/jasonsang/spring-boot-online-exam.git
git@gitee.com:jasonsang/spring-boot-online-exam.git
jasonsang
spring-boot-online-exam
spring-boot-online-exam
master

搜索帮助