完成支付、电子面单、模板消息队列等功能

This commit is contained in:
hupeng
2023-07-25 23:45:57 +08:00
parent f8f699fe6a
commit 0ae51f9ee7
625 changed files with 8291 additions and 18630 deletions

4
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
// DockerHub 账号名
DOCKERHUB_NAMESPACE = 'docker_username'
// GitHub 账号名
GITHUB_ACCOUNT = 'https://gitee.com/zhijiantianya/ruoyi-vue-pro'
GITHUB_ACCOUNT = 'https://gitee.com/guchengwuyue/yshop-pro'
// 应用名称
APP_NAME = 'yshop-server'
// 应用部署路径
@ -29,7 +29,7 @@ pipeline {
stages {
stage('检出') {
steps {
git url: "https://gitee.com/will-we/ruoyi-vue-pro.git",
git url: "https://gitee.com/will-we/yshop-pro.git",
branch: "devops"
}
}