We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2ed94 commit 20dfd3bCopy full SHA for 20dfd3b
README.md
@@ -20,7 +20,7 @@ spring-cloud-gray-webui提供操作界面。
20
21
在管控端数据库执行一条insert语名:
22
```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');
+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());
24
```
25
这是添加管理员账号的,用户名:`admin` 密码:`abc123`
26
0 commit comments