mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
build(dependencies): 更新项目依赖版本
- 项目版本号 2.9.0 => 2.10.0-SNAPSHOT - Spring Boot 3.2.12 => 3.3.9 - 新增 Spring Cloud 2023.0.5 - Redisson 3.41.0 => 3.45.0 - CosId 2.10.1 => 2.11.0 - sa-token 1.39.0 => 1.40.0 - snail-job 1.2.0 => 1.3.0 - sms4j 3.3.3 => 3.3.4 - nashorn 15.5 => 15.6 - s3 2.29.23 => 2.30.35 - s3-crt 0.33.5 => 0.36.1 - ip2region 3.2.12 => 3.3.6 - hutool 5.8.34 => 5.8.36 - mybatis-flex 1.10.3 => 1.10.8 - snakeyaml 2.3 => 2.4 - flatten 1.6.0 => 1.7.0 - spotless 2.43.0 => 2.44.3
This commit is contained in:
@@ -110,7 +110,7 @@ public class R<T> implements Response {
|
||||
|
||||
@Override
|
||||
public void setPayload(Object payload) {
|
||||
this.data = (T) payload;
|
||||
this.data = (T)payload;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user