Files
shiro-freemaker-springboot-…/sql/shiro_user.sql
ouburikou 91ab2ed237 commit
2018-02-08 16:45:14 +08:00

9 lines
375 B
SQL

/*
-- Query: SELECT * FROM shiroDemo.shiro_user
LIMIT 0, 1000
-- Date: 2018-02-08 16:41
*/
INSERT INTO `shiro_user` (`id`,`create_time`,`password`,`status`,`username`) VALUES (2,NULL,'5VIGn1Yz66kevrJEWjT4pw==','1','admin');
INSERT INTO `shiro_user` (`id`,`create_time`,`password`,`status`,`username`) VALUES (47,'2018-02-05 17:05:02','cSbmvFebb1glkQvPG02RgA==','1','test');