Files
shiro-freemaker-springboot-…/sql/shiro_role.sql

8 lines
196 B
MySQL
Raw Permalink Normal View History

2018-02-08 16:45:14 +08:00
/*
-- Query: SELECT * FROM shiroDemo.shiro_role
LIMIT 0, 1000
-- Date: 2018-02-08 16:41
*/
INSERT INTO `shiro_role` (`id`,`create_time`,`role_name`) VALUES (1,'2018-02-05 11:22:09','管理员');