spring: application: name: assess_admin profiles: active: dev servlet: multipart: enabled: true # 单个文件大小 max-file-size: 10MB # 设置总上传的文件大小 max-request-size: 20MB mvc: pathmatch: matching-strategy: ant_path_matcher server: port: 8088 servlet: context-path: /api #shiro配置 #shiro: # sessionManager: # sessionIdCookieEnabled: true # sessionIdUrlRewritingEnabled: true # unauthorizedUrl: /unauthorizedurl # web: # enabled: true # successUrl: /index # loginUrl: /account/login # 用户配置 user: password: # 密码错误{maxRetryCount}次锁定10分钟 maxRetryCount: 5 image: root_path: upload upload_image: upload/images upload_file: upload/documents