File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ springboot + shiro + mybatis-plus 集成项目, 使用 mybatis-plus 生成 ent
5
5
## 需要知识
6
6
7
7
* springboot
8
- * java多线程和网络编程
9
8
10
9
## 源码
11
10
见本项目
@@ -15,4 +14,5 @@ springboot + shiro + mybatis-plus 集成项目, 使用 mybatis-plus 生成 ent
15
14
Please feel free to contact us with any questions you may have.
16
15
17
16
## 参考
18
- https://mrbird.cc/tags/Shiro/
17
+ [ shiro 参考] ( https://mrbird.cc/tags/Shiro/ )
18
+ [ mybatis-plus 参考官网] ( https://mp.baomidou.com/ )
Original file line number Diff line number Diff line change 3
3
driver-class-name : com.mysql.cj.jdbc.Driver
4
4
schema : classpath:db/schema-mysql.sql
5
5
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.
10
9
thymeleaf :
11
10
cache : false
12
11
You can’t perform that action at this time.
0 commit comments