application.yml 541 Bytes
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