# Spring-Boot-Study **Repository Path**: swotxu/springboot-parent ## Basic Information - **Project Name**: Spring-Boot-Study - **Description**: 基于springboot的多项目合集 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-25 - **Last Updated**: 2024-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-parent #### 介绍 springboot - Maven父子项目整合 此项目用于博主研究学习Spring相关框架 #### 软件架构 `springboot-parent`
  `|-- swotxu-common` *工具模块
*     `|-- swotxu-algorithm` *此模块用于学习数据结构及算法相关,如leetcode刷题*
    `|-- swotxu-concurrency` *此模块用于学习多线程兵法相关。如J.U.C包等*
    `|-- swotxu-verifyideas` *此模块用于开发一些通用的工具类或功能。如通过注解实现实体对象集生成Excel等*
  `|-- swotxu-webbase` *WEB模块*
    `|-- swotxu-webdemo` *此模块为一个传统的WEB服务案例,包含登录验证相关逻辑*
    `|-- swotxu-sessionredis` *此模块为Redis Session整合案例,包含了两中Redis Session实现*
    `|-- swotxu-office` *此模块为通用文件处理服务。如word转pdf、pdf合并、pdf添加水印等*
  `|-- swotxu-eurekabase` *分布式微服务模块*
    `|-- swotxu-eurekazuul` *cloud服务统一网关入口,集成了Spring security认证鉴权框架*
    `|-- swotxu-eurekaserver` *cloud服务统一注册中心*
    `|-- swotxu-eurekaprovider` *服务生产者*
    `|-- swotxu-eurekaconsumer` *服务消费者*
#### 安装教程 1. `mvn package -Dmaven.test.skip=true` 快速打包项目 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 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/)