增加缩略图生成设置,前端组件可使用 imageThumbName 使用缩略图
This commit is contained in:
@@ -695,6 +695,10 @@ file:
|
|||||||
# 上传图片自动压缩宽高,指定为 -1 不进行压缩(全局设置) v4.1.7
|
# 上传图片自动压缩宽高,指定为 -1 不进行压缩(全局设置) v4.1.7
|
||||||
imageMaxWidth: 1024
|
imageMaxWidth: 1024
|
||||||
imageMaxHeight: 768
|
imageMaxHeight: 768
|
||||||
|
|
||||||
|
# 缩略图设定,生成的尺寸(宽x高,宽x高)、格式(jpg,png) v5.4.2
|
||||||
|
#imageThumbConfig: 150x150,300x300
|
||||||
|
#imageThumbFormat: jpg
|
||||||
|
|
||||||
# 是否启用秒传
|
# 是否启用秒传
|
||||||
checkmd5: true
|
checkmd5: true
|
||||||
|
|||||||
@@ -261,7 +261,7 @@ spring:
|
|||||||
# 事务超时时间,单位秒(30分钟)(spring boot 3)
|
# 事务超时时间,单位秒(30分钟)(spring boot 3)
|
||||||
transaction:
|
transaction:
|
||||||
default-timeout: 30m
|
default-timeout: 30m
|
||||||
|
|
||||||
# # Redis 连接参数 (RedisProperties)
|
# # Redis 连接参数 (RedisProperties)
|
||||||
# data:
|
# data:
|
||||||
# redis:
|
# redis:
|
||||||
@@ -851,6 +851,10 @@ file:
|
|||||||
# # 上传图片自动压缩宽高,指定为 -1 不进行压缩(全局设置) v4.1.7
|
# # 上传图片自动压缩宽高,指定为 -1 不进行压缩(全局设置) v4.1.7
|
||||||
# imageMaxWidth: 1024
|
# imageMaxWidth: 1024
|
||||||
# imageMaxHeight: 768
|
# imageMaxHeight: 768
|
||||||
|
#
|
||||||
|
# # 缩略图设定,生成的尺寸(宽x高,宽x高)、格式(jpg,png) v5.4.2
|
||||||
|
# #imageThumbConfig: 150x150,300x300
|
||||||
|
# #imageThumbFormat: jpg
|
||||||
#
|
#
|
||||||
# # 是否启用秒传
|
# # 是否启用秒传
|
||||||
# checkmd5: true
|
# checkmd5: true
|
||||||
|
|||||||
@@ -852,6 +852,10 @@ file:
|
|||||||
# imageMaxWidth: 1024
|
# imageMaxWidth: 1024
|
||||||
# imageMaxHeight: 768
|
# imageMaxHeight: 768
|
||||||
#
|
#
|
||||||
|
# # 缩略图设定,生成的尺寸(宽x高,宽x高)、格式(jpg,png) v5.4.2
|
||||||
|
# #imageThumbConfig: 150x150,300x300
|
||||||
|
# #imageThumbFormat: jpg
|
||||||
|
#
|
||||||
# # 是否启用秒传
|
# # 是否启用秒传
|
||||||
# checkmd5: true
|
# checkmd5: true
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user