# ns-cloud **Repository Path**: NineSuEr/ns-cloud ## Basic Information - **Project Name**: ns-cloud - **Description**: SpringCloudAlibaba Cloud CLI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-01 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据中台 ## 项目描述 ## 技术框架 | 技术框架 | 说明 | |---------------------|--------------| | SpringBoot | 基础框架 | | Mybatis-Plus | 持久层处理/多数据源处理 | | Spring-Security | 安全框架 | | hibernate-validator | 参数校验 | | lombok | 简化实体类 | | hutool-all | 工具集 | | p6spy | SQL日志 | | knife4j | swagger 集成文档 | | jwt | 登录token | | ... | ... | ## 依赖管理 项目依赖版本统一在根 `pom.xml` 中维护.需要添加依赖先查看根pom.xml有没有,没有再添加到 `dependencyManagement` , 对应的版本号添加 `properties` 中.然后再在对应的模块引入依赖 ## 开发文档 [开发文档](./docs/开发文档/开发规范.MD)参阅