1. 访问令牌,增加 Redis 作为缓存
2. 删除多余的 order 代码
This commit is contained in:
@@ -7,6 +7,9 @@ import org.springframework.validation.annotation.Validated;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
/**
|
||||
* 交易服务的业务配置项
|
||||
*/
|
||||
@Component
|
||||
@ConfigurationProperties("biz")
|
||||
@Validated
|
||||
|
||||
Reference in New Issue
Block a user