# SpringBoot3.2.2 **Repository Path**: FrameworkAndTemplate/SpringBoot3.2.2 ## Basic Information - **Project Name**: SpringBoot3.2.2 - **Description**: 基于SpringBoot3.2.2 的多模块项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-05 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, Java ## README ## 基于SpringBoot3.2.2 的多模块项目 ### 项目介绍 本项目是一个基于SpringBoot3.2.2的多模块项目,包含了以下模块: - `basic`:基础模块,包含一些公共的工具类和配置。 - `controller-api`:API模块,提供RESTful API接口。 - `dao`:数据访问层,使用MyBatis-Flex作为ORM框架,提供对数据库的操作。 - `spring-boot`:Spring Boot模块,包含Spring Boot的配置和启动类。 ### 技术栈 - Spring Boot 3.2.2 - MyBatis-Flex - Hutool - SaToken - Lombok ### 项目结构 ``` ├── ldn-basic │ ├── ldn-basic-dispose // 针对项目整体的数据包装、结构处理 │ ├── ldn-basic-enum // 枚举类 │ └── ldn-basic-utils // 工具类 ├── ldn-controller-api // API模块 ├── ldn-dao │ ├── ldn-dao-entities // 实体类 │ ├── ldn-dao-mapper // MyBatis-Flex的Mapper接口 │ ├── ldn-dao-impl // MyBatis-Flex的Service实现类 │ └── ldn-dao-service // MyBatis-Flex的Service接口 ├── ldn-spring-boot3 │ ├── ldn-spring-boot3-starter // Spring Boot Starter模块 │ └── ldn-spring-boot3-application // Spring Boot应用模块 └── pom.xml ```