Fixed history problem, and improve mock services frontend
This commit is contained in:
		@@ -25,11 +25,11 @@ import java.util.Map;
 | 
			
		||||
@AllArgsConstructor
 | 
			
		||||
@RedisHash("mockHistory")
 | 
			
		||||
public class RequestHistory implements Comparable<RequestHistory>, Serializable {
 | 
			
		||||
 | 
			
		||||
    @Id
 | 
			
		||||
    private String id;
 | 
			
		||||
    @DateTimeFormat(pattern = "yyyy-MM-ddTHH:mm:ss")
 | 
			
		||||
    private LocalDateTime dateTimeStamp;
 | 
			
		||||
    @Indexed
 | 
			
		||||
    @Id
 | 
			
		||||
    private String clientUUID;
 | 
			
		||||
    private Map<String,String> headers;
 | 
			
		||||
    private HttpMethod httpMethod;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user