문제점 java.lang.IllegalArgumentException: Unable to serialize claims object to json: Unable to serialize object: Java 8 date/time type `java.time.LocalDateTime` not supported by default 문제발생코드 @Entity @Getter @AllArgsConstructor @NoArgsConstructor @Builder public class Authority extends BaseEntity { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @JsonIgnore private Long id; private String..