chore: update project files
This commit is contained in:
@@ -4,7 +4,7 @@ spring.thymeleaf.cache=false
|
||||
spring.profiles.active=dev
|
||||
|
||||
# 服务器配置
|
||||
server.address=localhost
|
||||
server.address=0.0.0.0
|
||||
server.port=8080
|
||||
|
||||
# 文件上传配置(扩大请求体大小以支持大图片Base64编码)
|
||||
@@ -25,3 +25,15 @@ jwt.expiration=86400000
|
||||
# AI API配置
|
||||
ai.api.base-url=http://116.62.4.26:8081
|
||||
ai.api.key=ak_5f13ec469e6047d5b8155c3cc91350e2
|
||||
|
||||
# SpringDoc OpenAPI (Swagger) 配置
|
||||
springdoc.api-docs.path=/v3/api-docs
|
||||
springdoc.swagger-ui.path=/swagger-ui.html
|
||||
springdoc.swagger-ui.operationsSorter=method
|
||||
springdoc.swagger-ui.tagsSorter=alpha
|
||||
springdoc.swagger-ui.tryItOutEnabled=true
|
||||
springdoc.swagger-ui.filter=true
|
||||
springdoc.swagger-ui.display-request-duration=true
|
||||
springdoc.swagger-ui.doc-expansion=none
|
||||
springdoc.swagger-ui.default-models-expand-depth=1
|
||||
springdoc.swagger-ui.default-model-expand-depth=1
|
||||
|
||||
Reference in New Issue
Block a user