Web Analytics

Snail

⭐ 1 stars Traditional Chinese by haiyinlong

🌐 語言

Snail - 企業級微服務快速開發腳手架

🚀 基於 Spring Boot 3 + Spring Cloud + OAuth2 + shadcn/ui

快速開始文件貢獻

GitHub Stars GitHub Forks

🐌 Snail - 輕量級 Spring Boot 快速開發腳手架

Snail 是一個基於 Spring Boot 3
的現代化微服務快速開發框架,提供開箱即用的認證、授權、閘道、資源服務等核心能力,協助企業快速構建安全、可擴展的雲原生應用。

🚀 開箱即用 | 安全可靠 | 易於擴展 | 前後端一體化


🌟 特色

Spring Cloud Alibaba 2023.0.3.3 建構的簡潔、響應式後台管理介面 ---

🛠 技術棧

| 類別 | 技術 | |-----------|-------------------------------------------------------------------| | 後端框架 | Spring Boot 3.5.5、Spring Cloud 2025.0.0、Spring Security、OAuth2 | | 微服務治理 | Nacos(註冊中心 & 配置中心), | | 網關 | Spring Cloud Gateway | | 資料庫 | MySQL 8 | | 前端框架 | Vue 3 + Vite + TypeScript + shadcn/ui | | 建構工具 | Maven、Docker、Docker Compose | | 監控 | Spring Boot Actuator、Prometheus(可選)、Grafana(可選) |


🏗 專案結構

```bash snail/ ├── authentication/ # 認證服務(OAuth2 授權伺服器) ├── authorization/ # 授權服務(權限管理、角色、選單) ├── gateway/ # API 閘道(路由、驗權、限流) ├── resource/ # 資源服務(業務 API 範例) ├── snail-vue-app/ # 後台管理介面(Vue3 + shadcn/ui) └── pom.xml # Maven 父工程

--- Tranlated By Open Ai Tx | Last indexed: 2025-12-11 ---