9 lines
235 B
Java
9 lines
235 B
Java
|
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 {
|
||
|
}
|