You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

[![Powered by DartNode]( https://dartnode.com/branding/DN-Open-Source-sm.png)]( https://dartnode.com "Powered by DartNode - Free VPS for Open Source")
# Aurora---前后端分离博客
### 轻量版后端: https://github.com/zhouyqxy/aurora_Lite
## 前言
- 开源不易希望大家star支持一下
- 由于本人还在上学主语言并不是Java所以项目更新频率较慢但是本项目会长期维护有问题可以提issue
同时也欢迎大家来共建此项目包括但不限于bug 修复、代码优化、功能开发等等
## 在线地址
- 前台链接:[www.linhaojun.top](https://www.linhaojun.top)
- 后台链接:[admin.linhaojun.top](https://admin.linhaojun.top)
- 演示账号test@163.com密码123456
## 效果图
### 图片1
![图片1](https://s3.bmp.ovh/imgs/2023/06/25/8a6ad38dfb27bb3a.png)
### 图片2
![图片2](https://s3.bmp.ovh/imgs/2023/06/25/7036a13dc0a0488a.png)
## 相关技术
### 前端:
- 样式来自于:[hexo的aurora主题](https://github.com/auroral-ui/hexo-theme-aurora)
- 基础框架vue3(前台) vue2(后台)
- 状态管理pinia(前台) vuex(后台)
- 路由组件vue-router
- 网络请求axios
- 其他技术详见前端项目的package.json
### 后端:
- 基础框架springboot
- ORM框架mybatisplus
- 权限框架springsecurity
- 缓存中间件redis
- 消息中间件rabbitmq
- 搜索引擎elasticsearch
- 对象存储minio
- 定时任务quartz
- 其他技术详见后端项目的pom.xml
## 后续计划
- [ ] 前台代码优化
- [ ] 后台vue3重构
- [ ] 后端提供轻量化选择
## 快速开始
一键安装
执行如下命令一键安装 Aurora 博客:
```shell
curl -sSL https://kangxianghui.top/api/Util/OnlineView/aurora_shell/aurora_install.sh -o aurora_install.sh && sh aurora_install.sh
```
此命令适用于CentOS 操作系统
## 部署
- 详见项目部署文档
## 交流群
- QQ群338371628
## 鸣谢
- 感谢[jetbrains](https://www.jetbrains.com/)提供的开源开发许可证