# springboot-skeleton **Repository Path**: kubernete/springboot-skeleton ## Basic Information - **Project Name**: springboot-skeleton - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-06 - **Last Updated**: 2024-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 springboot-skeleton 是一个基于SpringBoot,快速构建微服务项目的脚手架。内置mybatis-plus、alibaba-druid、xxl-job、redis、rocketMq等基础组件,并且包括了这些基础组件的使用demo; 本项目master分支作为基础脚手架,包括大家平时常用的基础依赖包,非常用包例如分库分表、多数据源等场景会通过特色分支来建设 # 功能特点 - [x] 基于Eureka注册中心 - [x] swagger 接口文档生成 - [x] 基于xxl-job的分布式任务调度器 - [x] ORM代码自动生成 - [x] 参数优雅验证 - [x] druid数据库连接池; - [x] 连接池监控UI; - [x] sharding-jdbc 分库分表中间件 - [x] 链路追踪组件 - [x] 配置中心 - [x] 分布式锁 redission # 核心组件 - [x] Skywalking - [x] Swagger-Ui - [x] Mybatis-plus - [x] Druid - [x] Eureka - [x] Xxl-job - [x] Sharding-jdbc - [x] hutool - [x] Redis - [ ] Nacos - [ ] RocketMq - [ ] Easypoi - [ ] OSS # 使用方式 待完善