server: port: 8888 mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 查看日志 mapper-locations: classpath:mapper/*.xml #mapper的位置 spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://47.113.197.148:33306/operation_system?serverTimezone=GMT%2B8&useSSL=false&characterEncoding=utf-8&allowPublicKeyRetrieval=true username: root password: om1020 hikari: max-lifetime: 500000 redis: host: 47.113.197.148 password: om1020 port: 6379 database: 1 jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 mvc: pathmatch: matching-strategy: ant_path_matcher servlet: multipart: max-file-size: 50MB max-request-size: 50MB #jwt配置 #密钥 jwt: secret: opera expiration: 86400000 #过期时间24小时 # 手册视频上传路径 files: upload: # path: /Users/wangwulin/Desktop/ path: C:/temp/ # 照片存放路径 photo: tmp: C:/temp/Photo/