From b84eb25d41bfc52175d97e63c174f5e28cc390a1 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Thu, 16 Oct 2025 19:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b7838ca04..e6f1b0e97 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ os_del.cmd os_del_doc.cmd .svn derby.log +.cursor diff --git a/README.md b/README.md index 965fd40ff..eebd2a0ad 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ JeecgBoot低代码平台兼容所有J2EE项目开发,支持信创国产化, 版本说明 ----------------------------------- -|下载 | JDK17 + SpringBoot3.3 + Shiro |JDK17 + SpringBoot3.3+ SpringAuthorizationServer | JDK17/JDK8 + SpringBoot2.7 | -|------|----------------------------------------------------|--------------------------------------------|--------------------------------------------| -| Github | [`springboot3`](https://github.com/jeecgboot/JeecgBoot/tree/springboot3) | [`springboot3_sas`](https://github.com/jeecgboot/JeecgBoot/tree/springboot3_sas) 分支 |[`master`](https://github.com/jeecgboot/JeecgBoot) 分支| -| Gitee | [`springboot3`](https://gitee.com/jeecg/JeecgBoot/tree/springboot3/) | [`springboot3_sas`](https://gitee.com/jeecg/JeecgBoot/tree/springboot3_sas) 分支 |[`master`](https://gitee.com/jeecg/JeecgBoot) 分支 | +|下载 | SpringBoot3.3 + Shiro | SpringBoot3.3 + Sa-Token |SpringBoot3.3+ SpringAuthorizationServer| SpringBoot2.7(JDK17/JDK8) | +|------|----------------|----------------------------|-------------------|--------------------------------------------| +| Github | [`springboot3`](https://github.com/jeecgboot/JeecgBoot/tree/springboot3) | [`springboot3 sa-token`](https://github.com/jeecgboot/JeecgBoot/tree/springboot3-satoken) | [`springboot3_sas`](https://github.com/jeecgboot/JeecgBoot/tree/springboot3_sas) 分支 |[`master`](https://github.com/jeecgboot/JeecgBoot) 分支| +| Gitee | [`springboot3`](https://gitee.com/jeecg/JeecgBoot/tree/springboot3/) | [`springboot3 sa-token`](https://gitee.com/jeecg/JeecgBoot/tree/springboot3-satoken/) | [`springboot3_sas`](https://gitee.com/jeecg/JeecgBoot/tree/springboot3_sas) 分支 |[`master`](https://gitee.com/jeecg/JeecgBoot) 分支 | - `jeecg-boot` 是后端JAVA源码项目Springboot3+SpringCloudAlibaba(支持单体和微服务切换).