# VipBoot **Repository Path**: VipSoft/VipBoot ## Basic Information - **Project Name**: VipBoot - **Description**: 学习SpringBoot、SpringCloud 用 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 17 - **Forks**: 17 - **Created**: 2020-06-05 - **Last Updated**: 2025-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VipBoot #### 介绍 学习SpringBoot、SpringCloud 用 #### 软件架构 软件架构说明 - vipsoft-demo 测试代码用,没问题后移到项目中 - vipsoft-core 所有项目共用 - vipsoft-schedule 定时任务 - vipsoft-model-base 产品公共模块(暂无明确定义) - vipsoft-model-user 用户相关的模块, - vipsoft-web-boot 项目主启动类 - vipsoft-web-user 用户服务启动类(将来用微服务时,直接从web-boot中把mode-user引用到此类中) #### 使用工具 1. MySQL 5.0+ 2. apache-maven-3.6.1 3. Intellij IDEA 2018.2 4. MyBatis 5. Druid 6. JApiDoc (https://japidocs.agilestudio.cn/) #### 使用说明 数据库脚本在 SqlScript 目录 API 文档在 Doc 目录中 1. http://localhost:8080/user/list 查询用户信息 2. http://localhost:8080/druid Druid 地址 3. http://localhost:8080/swagger-ui.html Swagger 接口 4. http://localhost:8080/user/mongo/list MongoDB 5. http://localhost:8080/user/get/12 获取 Redis 缓存中数据 6. http://localhost:8080/login 先生成token 再访问其它接口 #### 参考文章 1. https://spring.io/projects/spring-kafka #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) ### 功能模块 ``` ├─系统管理 │ ├─用户管理 │ ├─角色管理 │ ├─菜单管理 ```