From 49f9e96c29397064a7ca1bdb9dfccf3024141b26 Mon Sep 17 00:00:00 2001 From: macbookpro <1207537021@qq.com> Date: Tue, 22 Jul 2025 17:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=20format=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6fdee1bd..72f153c0 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ ORM操作数据库,使用环境JDK24 Spring Boot 3.5.0。的网络穿透、渗 ### 项目结构 -| 模块 | 版本 | 描述 | -|------------------------------------------------------------------------------------------------------------|----------------------|------------------------------| +| 模块 | 版本 | 描述 | +|------------------------------------------------------------------------------------------------------------|-------------|------------------------------| | [wu-lazy-cloud-heartbeat-common](wu-lazy-cloud-heartbeat-common) | 1.3.1-JDK24 | 内网穿透公共模块(声明接口、枚举、常量、适配器、解析器) | | [wu-lazy-cloud-heartbeat-client](wu-lazy-cloud-heartbeat-client) | 1.3.1-JDK24 | 客户端(支持二次开发) | | [wu-lazy-cloud-heartbeat-server](wu-lazy-cloud-heartbeat-server) | 1.3.1-JDK24 | 服务端(支持二次开发) | @@ -99,19 +99,19 @@ ORM操作数据库,使用环境JDK24 Spring Boot 3.5.0。的网络穿透、渗 ### 使用技术 -| 框架 | 版本 | 描述 | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|--------------| -| spring-boot | 3.0.7 | springboot框架 | +| 框架 | 版本 | 描述 | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|--------------| +| spring-boot | 3.0.7 | springboot框架 | | [wu-framework-web](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-framework-web) | 1.3.1-JDK24 | web容器 | | [Lazy -ORM](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-inner-intergration/wu-database-parent) | 1.3.1-JDK24 | ORM | -| mysql-connector-j | 8.0.33 | mysql驱动 | +| mysql-connector-j | 8.0.33 | mysql驱动 | | [wu-authorization-server-platform-starter](https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-platform/wu-authorization-server-platform-starter) | 1.3.1-JDK24 | 用户授权体系 | ### 使用环境 IDEA Mac、Windows - JAVA >=13 + JAVA >=17 MAVEN ### 启动[install.md](install.md)