Skip to content

Commit f7c4420

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ spring:
55
data: classpath:db/data-mysql.sql
66

77
url: jdbc:mysql://localhost:3306/shiro_demo?useUnicode=true&useSSL=false&characterEncoding=utf8
8-
username: honey
9-
password: Honey521.
8+
username: test
9+
password: 123456
1010
thymeleaf:
1111
cache: false
1212

0 commit comments

Comments
 (0)