Skip to content
Snippets Groups Projects

Updated image decouple

16 files
+ 166
44
Compare changes
  • Side-by-side
  • Inline

Files

@@ -75,9 +75,6 @@ public class PrivilegedDatabaseDto {
@@ -75,9 +75,6 @@ public class PrivilegedDatabaseDto {
@NotNull
@NotNull
private UserDto owner;
private UserDto owner;
@ToString.Exclude
private byte[] image;
@NotNull
@NotNull
@Schema(example = "2021-03-12T15:26:21Z")
@Schema(example = "2021-03-12T15:26:21Z")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX", timezone = "UTC")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX", timezone = "UTC")
Loading