代码拉取完成,页面将自动刷新
同步操作将从 GuYiTan/sg-exam 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
servlet:
multipart:
# 单个文件的最大大小
max-file-size: 800MB
# 整个请求的最大大小
max-request-size: 800MB
jackson:
time-zone: GMT+8
mybatis:
type-aliases-package: com.github.tangyi.api
configuration:
map-underscore-to-camel-case: true
mapper-locations: classpath*:mappers/**/*.xml
pagehelper:
helperDialect: mysql
reasonable: true
supportMethodsArguments: true
params: count=countSql
sys:
key: '1234567887654321'
qrCodeUrl: 'http://192.168.1.13:8080/#/mobile'
management:
endpoint:
health:
show-details: "ALWAYS"
endpoints:
web:
exposure:
include: "prometheus"
metrics:
export:
prometheus:
enabled: true
tags:
application: ${spring.application.name}
ignore:
urls:
- /
- /**/*.css
- /**/*.js
- /**/error
- /**/favicon.ico
- /**/*swagger*/**
- /**/*api-docs*/**
- /**/v3/**
- /**/csrf
- /**/health
- /**/metrics/**
- /**/loggers/**
- /**/actuator/**
- /**/*anonymousUser*/**
- /**/v1/user/checkExist/**
- /**/v1/user/updatePassword
- /**/v1/code/**
- /**/v1/token/logout
- /**/**authentication/**
- /**/wx/getTicket
- /**/wx/checkSign
- /**/wx/getQrCode
- /**/wx/getOpenId
- /**/**/currentTime
- /**/login
- /**/mobile/login
- /**/wx/login
- /**/token/validToken
- /**/token/refreshToken
- /**/h2/**
- /**/v1/sms/**
- /**/v1/mobile/sendSms/**
- /tool/**
- /v1/subjects/template/json
- /v1/subjects/template/excel
- /v1/subjects/exportDemoExcel
- /tool/gen/download/**
- /v1/config/getDefaultSysConfig
- /v1/course/popularCourses
- /v1/home/**
- /v1/search/**
logging:
level:
root: INFO
com.github.tangyi: DEBUG
---
spring.profiles: docker
logging.level.root: INFO
management.server.port: 4004
management.endpoint.health.show-details: "ALWAYS"
management.endpoints.web.exposure.include: "prometheus"
management.metrics.export.prometheus.enabled: true
management.metrics.tags.application: ${spring.application.name}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。