Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

李苗 / Vion-DevOps

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Vion-DevOps
  • src
  • main
  • resources
  • application.yml
  • HlQ's avatar
    [add] 添加 test 配置文件 · 9709925f
    HlQ committed Dec 04, 2024
    9709925f
application.yml 447 Bytes
RawBlameHistoryPermalink
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
server:
  port: 8011
  shutdown: graceful

spring:
  profiles:
    active: test
  servlet:
    multipart:
      max-file-size: 100MB
      max-request-size: 100MB
  mvc:
    view:
      prefix: /
      suffix: .html
    static-path-pattern: /**
  threads:
    virtual:
      enabled: true

wx:
  mp:
    appid: wx96d05a0e5749f058
    secret: 6033fa4f99d855cb914ec1fe2ecc77bd
sa-token:
  token-name: token
  timeout: 3600
  token-style: simple-uuid