清除数据
This commit is contained in:
@@ -7,7 +7,7 @@ server:
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: flash-sale-system
|
||||
name: community-fresh-group-buy-system
|
||||
|
||||
# 数据源配置
|
||||
datasource:
|
||||
@@ -91,18 +91,18 @@ logging:
|
||||
console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
|
||||
file: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
|
||||
file:
|
||||
name: logs/flash-sale-system.log
|
||||
name: logs/community-fresh-group-buy-system.log
|
||||
|
||||
# 自定义配置
|
||||
flashsale:
|
||||
# 文件上传配置
|
||||
upload:
|
||||
# 文件上传路径
|
||||
path: ${user.home}/flashsale-uploads/
|
||||
path: ${user.home}/group-buying-uploads/
|
||||
# 访问URL前缀
|
||||
url-prefix: /uploads/
|
||||
|
||||
# 秒杀配置
|
||||
# 限时活动配置
|
||||
seckill:
|
||||
# 每个用户每个商品最大购买数量
|
||||
max-quantity-per-user: 1
|
||||
@@ -129,7 +129,7 @@ flashsale:
|
||||
user-expire-minutes: 30
|
||||
# 商品信息缓存过期时间(分钟)
|
||||
product-expire-minutes: 60
|
||||
# 秒杀活动缓存过期时间(分钟)
|
||||
# 限时活动缓存过期时间(分钟)
|
||||
flashsale-expire-minutes: 10
|
||||
|
||||
# 退货配置
|
||||
@@ -143,7 +143,7 @@ flashsale:
|
||||
order-status-channel: order:status:change
|
||||
# 库存变更通知频道
|
||||
stock-change-channel: stock:change
|
||||
# 秒杀结果通知频道
|
||||
# 限时活动结果通知频道
|
||||
flashsale-result-channel: flashsale:result
|
||||
|
||||
# 监控配置
|
||||
|
||||
Reference in New Issue
Block a user