Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
f4df44c9
Commit
f4df44c9
authored
Nov 02, 2020
by
ZhengJie
Browse files
[代码优化](v2.6):update README.md
parent
07ac3129
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f4df44c9
...
...
@@ -11,9 +11,7 @@
#### 项目简介
一个基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统
**开发文档:**
[
https://el-admin.vip
](
https://el-admin.vip
)
**备用文档:**
[
https://doc.el-admin.xin
](
https://doc.el-admin.xin
)
**开发文档:**
[
https://doc.el-admin.xin
](
https://doc.el-admin.xin
)
**体验地址:**
[
https://el-admin.xin
](
https://el-admin.xin
)
...
...
sql/eladmin.sql
View file @
f4df44c9
...
...
@@ -509,7 +509,7 @@ CREATE TABLE `sys_role` (
-- Records of sys_role
-- ----------------------------
BEGIN
;
INSERT
INTO
`sys_role`
VALUES
(
1
,
'超级管理员'
,
1
,
'-'
,
'
自定义
'
,
NULL
,
'admin'
,
'2018-11-23 11:04:37'
,
'2020-08-06 16:10:24'
);
INSERT
INTO
`sys_role`
VALUES
(
1
,
'超级管理员'
,
1
,
'-'
,
'
全部
'
,
NULL
,
'admin'
,
'2018-11-23 11:04:37'
,
'2020-08-06 16:10:24'
);
INSERT
INTO
`sys_role`
VALUES
(
2
,
'普通用户'
,
2
,
'-'
,
'自定义'
,
NULL
,
'admin'
,
'2018-11-23 13:09:06'
,
'2020-09-05 10:45:12'
);
COMMIT
;
...
...
@@ -528,8 +528,6 @@ CREATE TABLE `sys_roles_depts` (
-- Records of sys_roles_depts
-- ----------------------------
BEGIN
;
INSERT
INTO
`sys_roles_depts`
VALUES
(
1
,
7
);
INSERT
INTO
`sys_roles_depts`
VALUES
(
1
,
8
);
INSERT
INTO
`sys_roles_depts`
VALUES
(
2
,
6
);
COMMIT
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment