cashier-admin-java/README.md

52 lines
2.0 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 style="text-align: center">ELADMIN 后台管理系统</h1>
<div style="text-align: center">
[![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/elunez/eladmin/blob/master/LICENSE)
[![star](https://gitee.com/elunez/eladmin/badge/star.svg?theme=white)](https://gitee.com/elunez/eladmin)
[![GitHub stars](https://img.shields.io/github/stars/elunez/eladmin.svg?style=social&label=Stars)](https://github.com/elunez/eladmin)
[![GitHub forks](https://img.shields.io/github/forks/elunez/eladmin.svg?style=social&label=Fork)](https://github.com/elunez/eladmin)
</div>
#### 项目简介
一个基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统
#### 项目结构
项目采用按功能分模块的开发方式,结构如下
- `eladmin-common` 为系统的公共模块,各种工具类,公共配置存在该模块
- `eladmin-system` 为系统核心模块也是项目入口模块,也是最终需要打包部署的模块
- `eladmin-logging` 为系统的日志模块,其他模块如果需要记录日志需要引入该模块
- `eladmin-tools` 为第三方工具模块,包含:图床、邮件、云存储、本地存储、支付宝
- `eladmin-generator` 为系统的代码生成模块,代码生成的模板在 system 模块中
#### 详细结构
```
```
#### 问题记录
- 手动修改密码
- token生成 地址 TokenProvider.createToken
- TokenProvider checkRenewal 7天有效 最后一天检查 续期7天
- OnlineUserService.save token保存地址
- OnlineUserService 可以踢出用户
原文:[123456]()
passwordEncoder.encode后为
[$2a$10$VweP6V.MYfhW9pUOhp1rEOqTpglY.gQGZSvCcVvSDpzbLBGP45WZ6]()
MD5Utils.encrypt后为
[e10adc3949ba59abbe56e057f20f883e]()
- sys_user的密码 内容修改为passwordEncoder.encode后密码
- MerchantAccount的密码 修改为MD5Utils.encrypt后密码
- tb_pluss_shop_staff的密码 修改为MD5Utils.encrypt后的密码