Skip to content

Commit 20dfd3b

Browse files
committed
修插入用户的sql
1 parent aa2ed94 commit 20dfd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spring-cloud-gray-webui提供操作界面。
2020

2121
在管控端数据库执行一条insert语名:
2222
```sql
23-
insert into `user` ( `user_id`, `account`, `name`, `password`, `roles`, `status`, `create_time`, `operater`, `update_time`, `operator`, `operate_time`) values ( 'admin', 'admin', 'Admin', 'e7a57e51394e91cba19deca3337bfab0', 'admin', '1', null, null, null, 'admin', '2019-08-09 00:11:12');
23+
insert into `user` ( `user_id`, `account`, `name`, `password`, `roles`, `status`, `create_time`, `operator`, `operate_time`) values ( 'admin', 'admin', 'Admin', 'e7a57e51394e91cba19deca3337bfab0', 'admin', '1', now(), 'admin', now());
2424
```
2525
这是添加管理员账号的,用户名:`admin` 密码:`abc123`
2626

0 commit comments

Comments
 (0)