# Lollipop-Redis-Practice **Repository Path**: lollipop1024/lollipop-redis-practice ## Basic Information - **Project Name**: Lollipop-Redis-Practice - **Description**: 基于SpringBoot整合Redis实现签到等功能 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-02 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lollipop-Redis-Practice #### Description 基于SpringBoot整合Redis实现签到等功能 #### Software Architecture The project adopts a multi-module architecture design, based on Spring Boot and Redis. The project structure is as follows: ``` // Project directory structure lollipop-redis-practice/ ├── .gitignore ├── LICENSE ├── README.en.md ├── README.md ├── pom.xml // Parent project POM file ├── redis-checkin/ // Check-in function module │ ├── pom.xml │ └── src/ │ ├── main/ │ │ ├── java/com/lollipop/checkin/ │ │ │ ├── controller/ // Controllers │ │ │ ├── service/ // Service interfaces │ │ │ ├── service/impl/ // Service implementations │ │ │ ├── dto/ // Data transfer objects │ │ │ └── constant/ // Constant classes │ │ └── resources/ // Resource files │ └── test/ // Test code ├── redis-core/ // Redis core module │ ├── pom.xml │ └── src/ │ ├── main/ │ │ ├── java/com/lollipop/redis/ │ │ │ ├── config/ // Configuration classes │ │ │ └── utils/ // Utility classes │ │ └── resources/ // Resource files │ └── test/ // Test code └── redis-demo/ // Demo module ├── pom.xml └── src/ ├── main/ │ ├── java/com/lollipop/demo/ │ │ ├── controller/ // Controllers │ │ └── RedisDemoApplication.java // Application entry │ ├── resources/ │ │ ├── application.yml // Configuration file │ │ └── static/ // Static resources │ │ ├── components/ // Vue components │ │ ├── app.js // Vue application entry │ │ └── index.html // Frontend entry │ └── resources/ // Resource files └── test/ // Test code ``` Main components: - **redis-core**: Redis core module, providing Redis configuration and common utility classes - **redis-checkin**: Check-in function module, implementing check-in related business logic - **redis-demo**: Demo module, providing Vue3 frontend interface and API call examples #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)