|
|
|
@ -10,7 +10,6 @@ Snowy(SnowyAdmin)是国内首个国密前后端分离快速开发平台,
|
|
|
|
|
软件层面完全符合等保测评要求,同时实现国产化机型、中间件、数据库适配,是您的不二之选!
|
|
|
|
|
技术框架与密码结合,让更多的人认识密码,使用密码;更是让前后分离“密”不可分。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
采用SpringBoot+MybatisPlus+AntDesignVue+Vite 等更多组件及前沿技术开发,注释丰富,代码简洁,开箱即用!
|
|
|
|
|
|
|
|
|
|
Snowy谐音“小诺”,恰应小诺团队名称;意思为”下雪的、纯洁的“,寓意框架追求简洁至上,大道至简。
|
|
|
|
@ -64,28 +63,33 @@ gitcode下载地址:[https://gitcode.com/xiaonuobase/Snowy](https://gitcode.co
|
|
|
|
|
全栈工程师推荐idea
|
|
|
|
|
|
|
|
|
|
### 前端支撑
|
|
|
|
|
| 插件 | 版本 | 用途 |
|
|
|
|
|
|--- |-----| ----- |
|
|
|
|
|
| node.js | ≥18 | JavaScript运行环境 |
|
|
|
|
|
|
|
|
|
|
| 插件 | 版本 | 用途 |
|
|
|
|
|
|---------|-----|----------------|
|
|
|
|
|
| node.js | ≥18 | JavaScript运行环境 |
|
|
|
|
|
|
|
|
|
|
### 启动前端
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
npm install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
npm run dev
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 后端支撑
|
|
|
|
|
| 插件 | 版本 | 用途 |
|
|
|
|
|
| --- |-----------| ----- |
|
|
|
|
|
| jdk | 17 |java环境 |
|
|
|
|
|
| lombok | idea内 |代码简化插件 |
|
|
|
|
|
| maven | 最新版 |包管理工具 |
|
|
|
|
|
| redis | 最新版 | 缓存库 |
|
|
|
|
|
| mysql | 8.0 / 5.7 | 数据库 |
|
|
|
|
|
|
|
|
|
|
| 插件 | 版本 | 用途 |
|
|
|
|
|
|--------|-----------|--------|
|
|
|
|
|
| jdk | 17 | java环境 |
|
|
|
|
|
| lombok | idea内 | 代码简化插件 |
|
|
|
|
|
| maven | 最新版 | 包管理工具 |
|
|
|
|
|
| redis | 最新版 | 缓存库 |
|
|
|
|
|
| mysql | 8.0 / 5.7 | 数据库 |
|
|
|
|
|
|
|
|
|
|
### 启动后端
|
|
|
|
|
|
|
|
|
|
开发工具内配置好maven并在代码中配置数据库即可启动
|
|
|
|
|
|
|
|
|
|
## 代码结构
|
|
|
|
@ -128,18 +132,17 @@ snowy
|
|
|
|
|
|-snowy-web-app == 主启动模块
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 分支说明
|
|
|
|
|
|
|
|
|
|
- master
|
|
|
|
|
- master
|
|
|
|
|
|
|
|
|
|
正式稳定版本,具体版本升级内容看更新标签
|
|
|
|
|
|
|
|
|
|
- dev
|
|
|
|
|
- dev
|
|
|
|
|
|
|
|
|
|
团队开发的分支(代码可能随时会推,不保证运行和使用)
|
|
|
|
|
|
|
|
|
|
- snowy1.8
|
|
|
|
|
- snowy1.8
|
|
|
|
|
|
|
|
|
|
1.x分支,目前已停止新增功能,只限于bug的维护,推荐使用2x版本
|
|
|
|
|
|
|
|
|
@ -151,73 +154,85 @@ snowy
|
|
|
|
|
|
|
|
|
|
教程地址(免费开放):[https://space.bilibili.com/50101698/channel/collectiondetail?sid=739071](https://space.bilibili.com/50101698/channel/collectiondetail?sid=739071)
|
|
|
|
|
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&shareID=8nOccuKg&path=%7BshareItemLink%3A8nOccuKg%7D%2F"/>
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9mhLatA%7D%2F&_etag=1730700699-816553&shareID=-9mhLatA"/>
|
|
|
|
|
|
|
|
|
|
作者也在上班工作,所以在利用休息时间为大家创作,录制视频的目的也是为各位小伙伴提供文档跟技术交流群聊之外的上手学习资料
|
|
|
|
|
|
|
|
|
|
> 视频由小诺开源技术团队王同学(每天一点)进行录制
|
|
|
|
|
|
|
|
|
|
## 架构原理
|
|
|
|
|
|
|
|
|
|
* 业务架构
|
|
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&shareID=9ModuV8g&path=%7BshareItemLink%3A9ModuV8g%7D%2F"/>
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lQAEoQ%7D%2F&_etag=1730690514-197232&shareID=-9lQAEoQ"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
* 应用架构
|
|
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&shareID=9MofgHWg&path=%7BshareItemLink%3A9MofgHWg%7D%2F"/>
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lPMbxA%7D%2F&_etag=1730690514-308767&shareID=-9lPMbxA"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
* 数据架构
|
|
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&shareID=9Mof3msg&path=%7BshareItemLink%3A9Mof3msg%7D%2F"/>
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lQja5Q%7D%2F&_etag=1730690514-322422&shareID=-9lQja5Q"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
* 技术架构
|
|
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&shareID=9MogF8ww&path=%7BshareItemLink%3A9MogF8ww%7D%2F"/>
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lQxASg%7D%2F&_etag=1730690514-152387&shareID=-9lQxASg"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
* 部署架构
|
|
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&shareID=9MogXWKQ&path=%7BshareItemLink%3A9MogXWKQ%7D%2F"/>
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lRBZAw%7D%2F&_etag=1730690514-222880&shareID=-9lRBZAw"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
## 效果展示
|
|
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=a938SjhgZ5ayRmNxjyvqNeG4piLbdyB39rdXaFyKsqCVrkmwLRyBcBc&name=/%E7%99%BB%E5%BD%95%E9%A1%B5%E9%9D%A2.png"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=b5e9VS9CKAeez01eHUfUdGyzm9eRSvtPrw9AF90mt_vPImvieiU9BR0&name=/%E7%B3%BB%E7%BB%9F%E9%A6%96%E9%A1%B5.png"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lSg_Dw%7D%2F&_etag=1730384489-1272624&shareID=-9lSg_Dw"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lTCIQQ%7D%2F&_etag=1730384527-354571&shareID=-9lTCIQQ"/></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lTUROA%7D%2F&_etag=1730384568-327201&shareID=-9lTUROA"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lTdB3A%7D%2F&_etag=1730384595-160612&shareID=-9lTdB3A"/></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lTp1iw%7D%2F&_etag=1730384617-182491&shareID=-9lTp1iw"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lTyI5g%7D%2F&_etag=1730384636-144484&shareID=-9lTyI5g"/></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=d173c7qJ7dgrK3vN1ovs55qtuDGW6bFOdiYglAsDNCJbI1LDifNuu_E&name=/%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86.png"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=0086BVQAINW_1mFSSz3Of4gsyreG3fX-6BZqiqLb0kWSXA-6ff6dD4Y&name=/%E6%9C%8D%E5%8A%A1%E7%9B%91%E6%8E%A7.png"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lUAj9A%7D%2F&_etag=1730384732-148422&shareID=-9lUAj9A"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lUWvfg%7D%2F&_etag=1730384836-112114&shareID=-9lUWvfg"/></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=1b72cVKHNtArl1A7qTeaAMicO1Pcv99U9PrPn4ESfwgk1VqCRmEIVqc&name=/%E6%8E%88%E6%9D%83%E6%9D%83%E9%99%90.png"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=1cc4CdKq2y5-hjuCfBLe5QiydnJMJfHWiM25mbobRsDBD7LK2Czkl3g&name=/%E6%93%8D%E4%BD%9C%E6%97%A5%E5%BF%97.png"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9lUuk7g%7D%2F&_etag=1730384925-320963&shareID=-9lUuk7g"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9mJCOTw%7D%2F&_etag=1730385032-172917&shareID=-9mJCOTw"/></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=f923EqvOkfbhNtN2pXA0Z55I5fRX4-_XWTmiGA8QBM_JJyIELv7ugLM&name=/EC%E6%95%A3%E7%82%B9%E5%9B%BE.png"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=e43fxc4TEVvJCZNuBNcueFAh5Mi9CDwnc25v25krItJ0iKj1wKBnqfY&name=/%E8%8F%9C%E5%8D%95%E7%AE%A1%E7%90%86.png"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9mJSKTQ%7D%2F&_etag=1730385077-142012&shareID=-9mJSKTQ"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9mJfjcg%7D%2F&_etag=1730385168-168192&shareID=-9mJfjcg"/></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 密码分步
|
|
|
|
|
|
|
|
|
|
| 功能 | 算法类型 |
|
|
|
|
|
| ---------------------- | ------------- |
|
|
|
|
|
| 登录 | SM2前端加密,后端解密 |
|
|
|
|
|
| 登录登出日志 | SM2对登录登出日志做签名完整性保护存储 |
|
|
|
|
|
| 操作日志 | SM2对操作日志做签名完整性保护存储 |
|
|
|
|
|
| 用户密码 | SM3完整性保护存储,登录时做完整性校验 |
|
|
|
|
|
| 用户手机号 | SM4(cbc模式)加解密使用字段脱敏 |
|
|
|
|
|
| 功能 | 算法类型 |
|
|
|
|
|
|--------|----------------------|
|
|
|
|
|
| 登录 | SM2前端加密,后端解密 |
|
|
|
|
|
| 登录登出日志 | SM2对登录登出日志做签名完整性保护存储 |
|
|
|
|
|
| 操作日志 | SM2对操作日志做签名完整性保护存储 |
|
|
|
|
|
| 用户密码 | SM3完整性保护存储,登录时做完整性校验 |
|
|
|
|
|
| 用户手机号 | SM4(cbc模式)加解密使用字段脱敏 |
|
|
|
|
|
|
|
|
|
|
## 官方群聊
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QQ技术群:732230670(已满)、685395081
|
|
|
|
|
|
|
|
|
|
微信技术群:因群达到200人以上,需加微信拉群
|
|
|
|
@ -225,7 +240,7 @@ QQ技术群:732230670(已满)、685395081
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>微信群</td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&shareID=7qwFVcdA&path=%7BshareItemLink%3A7qwFVcdA%7D%2F" width="120"/></td>
|
|
|
|
|
<td><img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9mUnPEw%7D%2F&_etag=1730699307-193261&shareID=-9mUnPEw" width="120"/></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
@ -253,18 +268,21 @@ QQ技术群:732230670(已满)、685395081
|
|
|
|
|
|
|
|
|
|
## 团队成员
|
|
|
|
|
|
|
|
|
|
| 成员 | 技术 | 昵称 |
|
|
|
|
|
| :---: | :---: | :---: |
|
|
|
|
|
| 俞宝山 | 全栈 | 俞宝山 |
|
|
|
|
|
| 成员 | 技术 | 昵称 |
|
|
|
|
|
|:---:|:--:|:-----:|
|
|
|
|
|
| 俞宝山 | 全栈 | 俞宝山 |
|
|
|
|
|
| 徐玉祥 | 全栈 | 就是那个锅 |
|
|
|
|
|
| 董夏雨 | 全栈 | 阿董 |
|
|
|
|
|
| 王鹏 | 全栈 | 每天一点 |
|
|
|
|
|
| 陈心雨 | 前端 | . |
|
|
|
|
|
| 董夏雨 | 全栈 | 阿董 |
|
|
|
|
|
| 王鹏 | 全栈 | 每天一点 |
|
|
|
|
|
| 陈心雨 | 前端 | . |
|
|
|
|
|
|
|
|
|
|
## 曾获荣誉
|
|
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/file&hash=dbb3FuNNxaLbVqqyPAU5uGmVZfExktgLQCnmK76Oy7PocjmFHr12ob-x&name=/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20230423085040.jpg"/>
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9mLM-zg%7D%2F&_etag=1730698398-294375&shareID=-9mLM-zg"/>
|
|
|
|
|
</p>
|
|
|
|
|
<p align="center">
|
|
|
|
|
<img src="https://pan.xiaonuo.vip/?explorer/share/fileOut&path=%7BshareItemLink%3A-9mLtqmQ%7D%2F&_etag=1730698444-77496&shareID=-9mLtqmQ"/>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
## 版权说明
|
|
|
|
|