application.yml 1.34 KB
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:
        - "数据清洗"