Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8f5c4ec

Browse files
重大改进:
1、改进jwt验证之后与shiro的token验证登录 2、移除用户信息参数传递的方法,此方法更灵活
1 parent 0a644f1 commit 8f5c4ec

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

‎README.md‎

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
##更新记录
2-
更新日期
32

4-
更新pom.xml
3+
近段时间一直忙公司的项目,忽略的本项目的更新,最近有时间了,结合ISSUES修复了jwt的一些不理想之处,更新内容如下
54

6-
<dependency>
7-
<groupId>org.apache.shiro</groupId>
8-
<artifactId>shiro-spring</artifactId>
9-
<version>1.4.0</version>
10-
</dependency>
11-
12-
<dependency>
13-
<groupId>org.apache.shiro</groupId>
14-
<artifactId>shiro-ehcache</artifactId>
15-
<version>1.4.0</version>
16-
</dependency>
175

18-
更新日期2017年11月07日
6+
###更新日期2018年05月30日
197

20-
1、项目整合redis存储,shiro可使用redisSession可使用于集群访问
8+
* 增加了JWT工具类
219

22-
2、项目增加jwt模式
10+
* 修复了jwt验证成功之后用户信息的传递,通过shiro的token登录传递,移除了以前的参数传递方法,此方法更为灵活好用
2311

24-
3、增加默认启动模式为开发模式
12+
* 引入了refresh_token的概念
2513

26-
4、优化已知BUG
14+
15+
###更新日期2017年11月07日
16+
17+
* 项目整合redis存储,shiro可使用redisSession可使用于集群访问
18+
19+
* 项目增加jwt模式
20+
21+
* 增加默认启动模式为开发模式
22+
23+
* 优化已知BUG
24+
25+
26+
***
2727

2828
# SpringBootAdmin 微服务快速开发脚手架
2929

@@ -32,7 +32,7 @@
3232
SpringBootAdmin是基于多个优秀的开源项目,高度整合封装而成的高效,高性能,强安全性的**开源**Java微服务快速开发框架。
3333

3434
SpringBootAdmin是在SpringBoot基础上搭建的一个Java基础开发框架,以Spring MVC为模型视图控制器,MyBatis为数据访问层,
35-
Apache Shiro为权限授权层,Ehcahe对常用数据进行缓存
35+
Apache Shiro为权限授权层,Ehcahe或**redis**对常用数据进行缓存
3636

3737
SpringBootAdmin主要定位于微应用的开发,已内置后台系统的基础功能,用户管理、角色管理、权限管理、会员管理、日志管理等;前台已经实现用户登录,注册等基础功能。
3838
同时前后台会员实现分表管理,可扩展多角色系统、多权限系统。
@@ -93,7 +93,7 @@ SpringBootAdmin主要定位于微应用的开发,已内置后台系统的基
9393

9494
## 演示地址
9595

96-
* <http://demo.geekcattle.cc/> &nbsp; 用户名:admin &nbsp; 密码:admin
96+
* <http://demo.geekcattle.cc/> &nbsp; 用户名:admin 密码:admin
9797

9898
PS:测试数据库会不定期恢复。
9999

@@ -137,3 +137,7 @@ PS:测试数据库会不定期恢复。
137137
## 个人技能
138138

139139
JAVA、PHP、HTML、CSS、JQ、BootStrap、Vue、Mysql、Redis、SVN、GIT、Apache、Nginx、Tomcat、WindowServer、Ubuntu
140+
141+
## 捐赠支持
142+
143+
![icon](https://github.com/liu-peiyu/SpringBootAdmin/blob/master/src/main/resources/static/assets/pay.jpg?raw=true)
182 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /