This commit is contained in:
ouburikou
2018-02-08 16:45:14 +08:00
parent bb00973025
commit 91ab2ed237
28 changed files with 463 additions and 362 deletions

8
sql/shiro_user_role.sql Normal file
View File

@@ -0,0 +1,8 @@
/*
-- Query: SELECT * FROM shiroDemo.shiro_user_role
LIMIT 0, 1000
-- Date: 2018-02-08 16:42
*/
INSERT INTO `shiro_user_role` (`user_id`,`role_id`) VALUES (2,1);
INSERT INTO `shiro_user_role` (`user_id`,`role_id`) VALUES (47,1);