Skip to content

Commit 76ae9a0

Browse files
committed
更新readme
1 parent 38fac2c commit 76ae9a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ spring-cloud-gray-webui提供操作界面。
1616
## Demo
1717
[点击查看](./spring-cloud-gray-samples)
1818

19+
在管控端数据库执行一条insert语名:
20+
insert into `gray_server01`.`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');
21+
这是管理员账号的,用户名:`admin` 密码:`abc123`
22+
23+
1924
## 版本信息
2025
项目版本 | srpingcloud版本 | springboot版本
2126
--- | --- | ---

0 commit comments

Comments
 (0)