update 去除链式调用注解 不符合规范导致很多奇葩问题 例如: copy为空问题

This commit is contained in:
疯狂的狮子li
2022-01-26 15:29:31 +08:00
parent d71e1e1c96
commit 65fd3dcef6
33 changed files with 804 additions and 857 deletions

View File

@@ -84,7 +84,6 @@ public class SwaggerProperties {
@Data
@NoArgsConstructor
@Accessors(chain = true)
public static class Contact {
/**
@@ -104,7 +103,6 @@ public class SwaggerProperties {
@Data
@NoArgsConstructor
@Accessors(chain = true)
public static class Authorization {
/**
@@ -128,7 +126,6 @@ public class SwaggerProperties {
@Data
@NoArgsConstructor
@Accessors(chain = true)
public static class AuthorizationScope {
/**