All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.dao.mongodb.ServletMockerCollection Maven / Gradle / Ivy

There is a newer version: 0.6.5.5
Show newest version
package com.arextest.web.model.dao.mongodb;

import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;

@Data
@Document(collection = "ServletMocker")
public class ServletMockerCollection extends ModelBase {

  private String appId;
  private String path;
  private String request;
  private String response;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy