Commit df5363a0 authored by macro's avatar macro
Browse files

Update EsProduct.java

parent 331fb393
......@@ -17,7 +17,7 @@ import java.util.List;
*/
@Data
@EqualsAndHashCode
@Document(indexName = "pms", type = "product",shards = 1,replicas = 0)
@Document(indexName = "pms",shards = 1,replicas = 0)
public class EsProduct implements Serializable {
private static final long serialVersionUID = -1L;
@Id
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment