Explorar o código

初始化sql执行脚本

gaodm %!s(int64=6) %!d(string=hai) anos
pai
achega
c05fdf8303
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      sql/sys-user.sql

+ 1 - 1
sql/sys-user.sql

@@ -39,7 +39,7 @@ CREATE TABLE `user_role` (
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
 
-INSERT INTO `user` VALUES ('1', '$2a$10$rlM./Q4dh5qXYmxFxUqkRetMPf6JewV/Hj/s4qBg/6U1.mzcue2oK', 'fzp');
+INSERT INTO `user` VALUES ('1', '{bcrypt}$2a$10$rlM./Q4dh5qXYmxFxUqkRetMPf6JewV/Hj/s4qBg/6U1.mzcue2oK', 'gdm');
 
 
 INSERT INTO `role` VALUES ('1', 'ROLE_USER');