Skip to content

Commit 5b0ac46

Browse files
committed
添加shiro 会话管理
1 parent f7c4420 commit 5b0ac46

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

springboot-shiro/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ springboot + shiro + mybatis-plus 集成项目, 使用 mybatis-plus 生成 ent
55
## 需要知识
66

77
* springboot
8-
* java多线程和网络编程
98

109
## 源码
1110
见本项目
@@ -15,4 +14,5 @@ springboot + shiro + mybatis-plus 集成项目, 使用 mybatis-plus 生成 ent
1514
Please feel free to contact us with any questions you may have.
1615

1716
## 参考
18-
https://mrbird.cc/tags/Shiro/
17+
[shiro 参考](https://mrbird.cc/tags/Shiro/)
18+
[mybatis-plus 参考官网](https://mp.baomidou.com/)

springboot-shiro/src/main/resources/application.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ spring:
33
driver-class-name: com.mysql.cj.jdbc.Driver
44
schema: classpath:db/schema-mysql.sql
55
data: classpath:db/data-mysql.sql
6-
7-
url: jdbc:mysql://localhost:3306/shiro_demo?useUnicode=true&useSSL=false&characterEncoding=utf8
8-
username: test
9-
password: 123456
6+
url: jdbc:mysql://119.23.236.26:3306/shiro_demo?useUnicode=true&useSSL=false&characterEncoding=utf8
7+
username: honey
8+
password: Honey521.
109
thymeleaf:
1110
cache: false
1211

0 commit comments

Comments
 (0)