application.yml
1.33 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
67
server:
port: 12100
spring:
profiles:
active: dev
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:
- "标注"
- "提交质检"
- "标注工作薄"
inspection:
- "质检审核"
project:
- "项目管理"
management:
- "外包公司"
- "用户管理"
1:
label:
- "标注"
- "提交质检"
- "标注工作薄"
inspection:
- "质检审核"
project:
- "项目管理"
management:
- "外包公司"
- "用户管理"
2:
inspection:
- "质检审核"
3:
label:
- "标注"
- "提交质检"
- "标注工作薄"
management:
- "用户管理"
4:
inspection:
- "质检审核"
5:
label:
- "标注"
6:
label:
- "标注"