This commit is contained in:
2025-11-03 11:54:11 +08:00
parent 5f75603532
commit 6b36f0ee52
9 changed files with 741 additions and 2 deletions

View File

@@ -88,3 +88,14 @@ resilience4j.ratelimiter:
timeoutDuration: 0 # 立即失败模式
registerHealthIndicator: true
# 图片转换配置
image:
convert:
# 图片存储路径转换后的jpg图片存储目录
storage-path: ${user.home}/comment-images
# 图片访问基础URL如果配置转换后的图片将通过此URL访问
# 例如: http://your-domain.com/images 或 http://localhost:6666/images
# 如果为空,则返回本地文件路径
# 建议配置为http://your-domain:6666/images 使用ImageController提供HTTP访问
base-url: