application.yml
1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
server:
port: 12100
spring:
profiles:
active: pro
sa-token:
token-name: token
activity-timeout: 36000
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
default-property-inclusion: non_null
datasource:
driver-class-name: org.postgresql.Driver
mybatis:
type-aliases-package: com.viontech.lable.model
mapper-locations: classpath:com/viontech/label/platform/mapping/*.xml
pagehelper:
helper-dialect: postgresql
reasonable: true
supportMethodsArguments: true
params: count=countByExample
vion:
menu-map:
# 超级管理员
0:
label:
- "标注"
- "标注工作薄"
project:
- "项目管理"
management:
- "外包公司"
- "用户管理"
dataCleaning:
- "数据清洗"
- "清洗管理"
# 内部质检员
2:
label:
- "标注"
dataCleaning:
- "数据清洗"
# 外部管理员(公司管理员)
3:
label:
- "标注"
- "标注工作薄"
management:
- "用户管理"
# 外部质检员(公司质检员)
4:
label:
- "标注"
# 外部标注员(公司标注员)
5:
label:
- "标注"
# 兼职标注员
6:
label:
- "标注"
# 数据清洗员
7:
dataCleaning:
- "数据清洗"