File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1514Please 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/ )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments