项目分支介绍
项目地址
- 极狐 GitLab:
- 极狐 GitLab 是,不付费只能
免费使用 90 天
,虽然给平台写文章送了作者一年 (2024年2月22 到 2025年2月21)旗舰版授权(9988元/年), - 极狐 GitLab 用于本人测试,可能存在多次代码的情况, 如果对 git 不熟悉,会出现冲突
- 极狐 GitLab 自动化
测试完成
后,将会自动同步到其他平台
- 其他平台免费使用,使用
fork
方便管理
- 极狐 GitLab 是,不付费只能
平台 | 地址 | 说明 |
---|---|---|
Gitee | 链接 | 国内使用 |
GitHub | 链接 | 国外使用 |
极狐 GitLab | 链接 | 使用 GitLab 流水线测试 |
主要分支说明
- 使用 nacos 作为注册与配置中心
文档源码分支
- docs
Consul 分支说明
- 使用 consul 作为注册与配置中心,与 nacos 定位类似
分支 | JDK | Spring Boot | Spring Cloud | Spring Authorization Server | Coverage | GitLab Pipeline Status | GitHub Actions Status | Jenkins Build |
---|---|---|---|---|---|---|---|---|
consul/spring-boot-2 | 8 | 2.7.18 | 2021.0.9 | 0.4.5 | ||||
consul/spring-boot-3 | 17 | 3.3.0 | 2023.0.2 | 1.3.0 |
镜像分支说明
分支 | 镜像 | 说明 |
---|---|---|
playwright/dragonwell/8 | springcloudxuxiaowei/playwright-dragonwell:8 | 使用 mcr.microsoft.com/playwright:v1.43.0-jammy 镜像 和 阿里巴巴 JDK 8 制作的镜像 |
playwright/dragonwell/17 | springcloudxuxiaowei/playwright-dragonwell:17 | 使用 mcr.microsoft.com/playwright:v1.43.0-jammy 镜像 和 阿里巴巴 JDK 17 制作的镜像 |
playwright/mysql-client/8/dragonwell/8 | springcloudxuxiaowei/playwright-dragonwell:8-mysql-client-8 | 使用 springcloudxuxiaowei/playwright-dragonwell:8 镜像 和 MySQL Client 制作的镜像 |
playwright/mysql-client/8/dragonwell/17 | springcloudxuxiaowei/playwright-dragonwell:17-mysql-client-8 | 使用 springcloudxuxiaowei/playwright-dragonwell:17 镜像 和 MySQL Client 制作的镜像 |
playwright/maven/3/dragonwell/8 | springcloudxuxiaowei/playwright-maven:3.6.3-dragonwell-8 | 使用 springcloudxuxiaowei/playwright-dragonwell:8 镜像 和 Maven 制作的镜像 |
playwright/maven/3/dragonwell/17 | springcloudxuxiaowei/playwright-maven:3.6.3-dragonwell-17 | 使用 springcloudxuxiaowei/playwright-dragonwell:17 镜像 和 Maven 制作的镜像 |
playwright/maven/3/mysql-client/8/dragonwell/8 | springcloudxuxiaowei/playwright-maven:3.6.3-dragonwell-8-mysql-client-8 | 使用 springcloudxuxiaowei/playwright-maven:3.6.3-dragonwell-8 镜像 和 MySQL Client 制作的镜像 |
playwright/maven/3/mysql-client/8/dragonwell/17 | springcloudxuxiaowei/playwright-maven:3.6.3-dragonwell-17-mysql-client-8 | 使用 springcloudxuxiaowei/playwright-maven:3.6.3-dragonwell-17 镜像 和 MySQL Client 制作的镜像 |