ICode9

精准搜索请尝试: 精确搜索
  • Java注解(一个真实的Elasticsearch案例)2022-10-18 12:52:26

    /** * elastic文档注解,定义每个elasticsearch文档上的属性 * * @author xiangwang */ @Inherited @Retention(RetentionPolicy.RUNTIME) @Target({ ElementType.TYPE }) public @interface Document { String index(); String type() default "_doc";

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有