Files
blog-backEnd/README.md
2020-08-10 16:39:50 +08:00

39 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 align="center">
小海博客后端管理系统
</h1>
<div align="center">
基于Springboot的后端博客管理系统
[![Build](https://github.com/xiaohai2271/blog-backEnd/workflows/Build/badge.svg)](https://github.com/xiaohai2271/blog-backEnd)
[![Test](https://github.com/xiaohai2271/blog-backEnd/workflows/Test/badge.svg)](https://github.com/xiaohai2271/blog-backEnd)
[![GitHub](https://img.shields.io/github/license/xiaohai2271/blog-backEnd)](https://github.com/xiaohai2271/blog-backEnd)
[![Website](https://img.shields.io/website?up_message=%E5%B0%8F%E6%B5%B7%E5%8D%9A%E5%AE%A2&url=https%3A%2F%2Fwww.celess.cn)](https://www.celess.cn)
</div>
## 🎈主要使用的技术
| 使用的技术 | 名称 | 版本 |
| :--------------: | :--------: | :-----------: |
| 后端框架 | Springoot | 2.1.3.RELEASE |
| orm | mybatis | 2.0.1 |
| 分页 | pageHelper | 1.2.12 |
| 权限管理 | shiro | 1.3.2 |
| 项目构建 | Maven | 3.6.1 |
| 运行环境 | Ubuntu | 16.04.6 LTS |
| 接口文档 | Swagger | 2.6.1 |
| 数据库连接池 | druid | 1.1.14 |
| 缓存(线上环境) | redis | 3.0.6 |
| 数据库 |mysql |5.7 |
## 🔨如何构建
详情参照[Build](./doc/Build.md)文档
## 📒接口文档
项目采用swagger2接口文档自动生成具体为 http://ip:port/doc.html
或者参照[离线API文档](./doc/API.md)