package com.guwan.backend.config; import cn.easyes.starter.register.EsMapperScan; import org.springframework.context.annotation.Configuration; @Configuration @EsMapperScan("com.guwan.backend.es.mapper") public class EasyEsConfig { }