08 2022 档案
摘要:1. 实体类 1 public class Person implements Serializable{ 2 private static final long serialVersionUID = -8288372263345673367L; 3 private String id; 4 pri
阅读全文
摘要:1.使用@Indexed注解 在字段上使用@Indexed注解,为该字段申请索引。 public class people{ @Indexed(value=IndexDirection.ASC,name="ind",unique=true,dropDups=ture) private String
阅读全文

浙公网安备 33010602011771号