Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-microservice-exam
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
汪想
spring-microservice-exam
Commits
b5dccf06
Commit
b5dccf06
authored
Apr 11, 2019
by
tangyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充数据库脚本
parent
4a5971c6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
microservice-auth.sql
doc/deploy/mysql/microservice-auth.sql
+2
-2
microservice-exam.sql
doc/deploy/mysql/microservice-exam.sql
+4
-4
microservice-user.sql
doc/deploy/mysql/microservice-user.sql
+0
-0
No files found.
doc/deploy/mysql/microservice-auth.sql
View file @
b5dccf06
...
...
@@ -11,7 +11,7 @@
Target Server Version : 50710
File Encoding : 65001
Date:
07/04/2019 21:11:11
Date:
11/04/2019 20:50:10
*/
SET
NAMES
utf8mb4
;
...
...
@@ -47,6 +47,6 @@ CREATE TABLE `oauth_client_details` (
-- ----------------------------
-- Records of oauth_client_details
-- ----------------------------
INSERT
INTO
`oauth_client_details`
VALUES
(
'471037a0c1be4df99b40e3f84141cc56'
,
'web_app'
,
NULL
,
'spring-microservice-exam-secret'
,
'$2a$10$
eDZwlN8oMoExblOCDDLc2OIS1JFxYnn3iWScWOkvT9UommlXmBK.6'
,
'read,write'
,
'password,authorization_code,refresh_token,implicit'
,
NULL
,
NULL
,
'3600'
,
'21600'
,
NULL
,
NULL
,
'admin'
,
'2019-03-30 23:43:07'
,
'admin'
,
'2019-04-06 23:39:29
'
,
'0'
,
'EXAM'
);
INSERT
INTO
`oauth_client_details`
VALUES
(
'471037a0c1be4df99b40e3f84141cc56'
,
'web_app'
,
NULL
,
'spring-microservice-exam-secret'
,
'$2a$10$
IWLD8r7e0rKMW.ZhGsGCUO./MZUNDKudIswSToa9puXJwty.h59.u'
,
'read,write'
,
'password,authorization_code,refresh_token,implicit'
,
NULL
,
NULL
,
'3600'
,
'21600'
,
NULL
,
NULL
,
'admin'
,
'2019-03-30 23:43:07'
,
'admin'
,
'2019-04-11 16:50:00
'
,
'0'
,
'EXAM'
);
SET
FOREIGN_KEY_CHECKS
=
1
;
doc/deploy/mysql/microservice-exam.sql
View file @
b5dccf06
...
...
@@ -11,7 +11,7 @@
Target Server Version : 50710
File Encoding : 65001
Date:
07/04/2019 21:11:20
Date:
11/04/2019 20:49:59
*/
SET
NAMES
utf8mb4
;
...
...
@@ -62,7 +62,7 @@ CREATE TABLE `course` (
-- ----------------------------
-- Records of course
-- ----------------------------
INSERT
INTO
`course`
VALUES
(
'6dcccd4639bc49b88810be1d30a77f92'
,
'测试课程'
,
'测试学院'
,
'测试专业'
,
'陈老师'
,
'测试课程'
,
'admin'
,
'2018-11-12 22:31:28'
,
'admin'
,
'2019-0
3-29 11:53:28
'
,
'0'
,
'EXAM'
);
INSERT
INTO
`course`
VALUES
(
'6dcccd4639bc49b88810be1d30a77f92'
,
'测试课程'
,
'测试学院'
,
'测试专业'
,
'陈老师'
,
'测试课程'
,
'admin'
,
'2018-11-12 22:31:28'
,
'admin'
,
'2019-0
4-11 16:51:15
'
,
'0'
,
'EXAM'
);
-- ----------------------------
-- Table structure for exam_record
...
...
@@ -121,10 +121,10 @@ CREATE TABLE `examination` (
-- ----------------------------
-- Records of examination
-- ----------------------------
INSERT
INTO
`examination`
VALUES
(
'4f9ced28ffe64fcea57a7367e9fd4c0c'
,
'离散数学'
,
'2'
,
'离散数学'
,
'2019-01-03 00:00'
,
'2019-01-11 00:00'
,
''
,
'100'
,
'0'
,
'1'
,
'group1/M00/00/00/wKgAX1x3gGqABz6cAAZyO2yzEwA450.jpg'
,
'da4b5623e9754abbb07320d8def18fe7'
,
'信息学院'
,
'软件工程'
,
'6dcccd4639bc49b88810be1d30a77f92'
,
'离散数学练习'
,
'admin'
,
'2019-01-13 20:16:36'
,
NULL
,
'2019-03-20 22:09:2
3'
,
'0'
,
'EXAM'
);
INSERT
INTO
`examination`
VALUES
(
'4f9ced28ffe64fcea57a7367e9fd4c0c'
,
'离散数学'
,
'2'
,
'离散数学'
,
'2019-01-03 00:00'
,
'2019-01-11 00:00'
,
''
,
'100'
,
'0'
,
'1'
,
'group1/M00/00/00/wKgAX1x3gGqABz6cAAZyO2yzEwA450.jpg'
,
'da4b5623e9754abbb07320d8def18fe7'
,
'信息学院'
,
'软件工程'
,
'6dcccd4639bc49b88810be1d30a77f92'
,
'离散数学练习'
,
'admin'
,
'2019-01-13 20:16:36'
,
'admin'
,
'2019-04-11 10:56:0
3'
,
'0'
,
'EXAM'
);
INSERT
INTO
`examination`
VALUES
(
'b5990bc1c48d49fcb0023de51772c309'
,
'数学期末考试'
,
'0'
,
'期末考试'
,
'2019-01-22 17:00'
,
'2019-01-22 23:00'
,
''
,
'150'
,
'2'
,
'1'
,
'group1/M00/00/00/wKgAX1x3gHWAa82wAAArtzxOXJ4599.jpg'
,
'60df2d550bd9453a943122033a27fe72'
,
'应用数学'
,
'应用数学'
,
'6dcccd4639bc49b88810be1d30a77f92'
,
'期末考试'
,
'admin'
,
'2018-11-20 22:48:40'
,
NULL
,
'2019-03-18 14:09:49'
,
'0'
,
'EXAM'
);
INSERT
INTO
`examination`
VALUES
(
'f051f54621fc4812b929a7777a701712'
,
'语文考试'
,
'0'
,
'语文考试'
,
'2019-01-22 17:00'
,
'2019-01-22 23:00'
,
''
,
'150'
,
'2'
,
'1'
,
'group1/M00/00/00/wKgAX1x3gIOAIVzXAABrb92CxLk678.jpg'
,
'45d2ac58eb21436692e8cdbdd64291dd'
,
'中文'
,
'中文'
,
'6dcccd4639bc49b88810be1d30a77f92'
,
'语文考试'
,
'admin'
,
'2018-11-20 22:50:55'
,
'admin'
,
'2019-02-28 14:33:27'
,
'0'
,
'EXAM'
);
INSERT
INTO
`examination`
VALUES
(
'fad663ea371f4250a81332bd3a346739'
,
'四川省2016年普通高考适应性测试文综历史试题'
,
'0'
,
'文综历史试题'
,
'2019-04-
07 10:30'
,
'2019-04-07
20:30'
,
''
,
'100'
,
'3'
,
'0'
,
'group1/M00/00/00/wKgAX1x3f52AIE4IAADGq28ys0g361.jpg'
,
'a178c7b221524a89b44e884d8e3172cf'
,
'文综历史试题'
,
'文综历史试题'
,
'6dcccd4639bc49b88810be1d30a77f92'
,
'文综历史试题'
,
'admin'
,
'2018-11-12 20:25:38'
,
'admin'
,
'2019-03-06 13:57:13'
,
'0'
,
'EXAM'
);
INSERT
INTO
`examination`
VALUES
(
'fad663ea371f4250a81332bd3a346739'
,
'四川省2016年普通高考适应性测试文综历史试题'
,
'0'
,
'文综历史试题'
,
'2019-04-
11 00:00'
,
'2019-04-11
20:30'
,
''
,
'100'
,
'3'
,
'0'
,
'group1/M00/00/00/wKgAX1x3f52AIE4IAADGq28ys0g361.jpg'
,
'a178c7b221524a89b44e884d8e3172cf'
,
'文综历史试题'
,
'文综历史试题'
,
'6dcccd4639bc49b88810be1d30a77f92'
,
'文综历史试题'
,
'admin'
,
'2018-11-12 20:25:38'
,
'admin'
,
'2019-03-06 13:57:13'
,
'0'
,
'EXAM'
);
-- ----------------------------
-- Table structure for incorrect_answer
...
...
doc/deploy/mysql/microservice-user.sql
View file @
b5dccf06
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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