vscode gitpod调试至轻云

Last updated on September 15, 2024 pm

🧙 Questions

☄️ Ideas

登陆gitpod
拉取项目

20240715164934

等待项目自动打包
下载vip代码模块,打包完全体
rm -rf spark-yun-vip
git clone https://xxxxxxxxxxxxxxxxxx@github.com/ispong/spark-yun-vip.git
gradle clean package
解压项目
cd /workspace/spark-yun/spark-yun-dist/build/distributions
tar -vzxf zhiqingyun.tar.gz
修改配置文件
vim /workspace/spark-yun/spark-yun-dist/build/distributions/zhiqingyun/conf/application-local.yml
isx-app:
  use-port: false
  use-ssl: true
启动项目
cd /workspace/spark-yun/spark-yun-dist/build/distributions/zhiqingyun/bin
bash start.sh
访问页面

20240715175824


vscode gitpod调试至轻云
https://ispong.isxcode.com/github/vscode/vscode gitpod调试至轻云/
Author
ispong
Posted on
July 15, 2024
Licensed under