# LazyDog-Boot **Repository Path**: ThreadCode/lazy-dog-boot ## Basic Information - **Project Name**: LazyDog-Boot - **Description**: 🎉 基于SpringBoot的权限管理系统-后端项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-21 - **Last Updated**: 2024-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LazyDog-Boot #### 介绍 🎉 基于SpringBoot的权限管理系统-后端项目 #### 项目文档 语雀文档:https://www.yuque.com/thread/lazy-dog #### 中间件部署 ```bash cd ./lazydog-docker-compose docker compose up -d --build ``` #### 技术栈 | 技术栈 | 作用 | | -------------------- | ------------ | | SpringSecurity | 权限控制 | | Google-Kaptcha | 生成验证码 | | Logback | 日志 | | apache-commons-lang3 | 工具包 | | FastJSON | JSON | | JJWT | token | | Lombok | 生成无聊代码 | #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request