1 Star 0 Fork 1K

now/sg-exam

forked from GuYiTan/sg-exam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
application.yml 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
GuYiTan 提交于 2024-03-02 16:24 . feat: 问卷扫二维码答题
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}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xiaooneboi/sg-exam.git
git@gitee.com:xiaooneboi/sg-exam.git
xiaooneboi
sg-exam
sg-exam
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385