1 Star 0 Fork 180

走鐹菂路子 / admin3

forked from cjbi / admin3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitpod.yml 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
image:
file: gitpod/.gitpod.Dockerfile
tasks:
- init: |
export VITE_BASE_URI=
mvn install -DskipTests=true
mysql -e 'create schema admin3;'
cd admin3-server/target
java -jar -Dserver.servlet.context-path=/ -Dspring.datasource.password= admin3-server-0.0.1-SNAPSHOT.jar
ports:
- port: 8080
onOpen: open-preview
Java
1
https://gitee.com/hello110/admin3.git
git@gitee.com:hello110/admin3.git
hello110
admin3
admin3
main

搜索帮助