Skip to content

Commit f225ddd

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ 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-
url: jdbc:mysql://119.23.236.26:3306/shiro_demo?useUnicode=true&useSSL=false&characterEncoding=utf8
6+
7+
url: jdbc:mysql://localhost:3306/shiro_demo?useUnicode=true&useSSL=false&characterEncoding=utf8
78
username: honey
89
password: Honey521.
910
thymeleaf:

0 commit comments

Comments
 (0)