# structure-boot **Repository Path**: structure-projects/structure-boot ## Basic Information - **Project Name**: structure-boot - **Description**: structure-boot为单体项目的脚手架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.structured.cn/structure-boot - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-19 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # structure-boot structure-boot ## 功能介绍 对structure生态依赖的封装 - structure-restful-web - structure-mybatis - structure-redis - structure-redisson - structure-log - structure-jwt-security ## 如何使用 ### pom引用 ### 引用最新文档版本的依赖 ```xml 4.0.0 cn.structured structure-boot-example 1.0.1 2.1.4.RELEASE 1.1.0.SNAPSHOT cn.structured structure-restful-web-starter org.springframework.boot spring-boot-parent ${spring.boot.version} import pom cn.structured structure-boot-parent ${structure.version} import pom ```