<dependency>
<groupId>com.pig4cloud.redis</groupId>
<artifactId>redis-search-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
@Grapes(
@Grab(group='com.pig4cloud.redis', module='redis-search-boot-starter', version='0.0.1')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.6.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.apache.commons:commons-pool2
|-- com.redislabs:lettusearch:1.12.1
|-- org.springframework.boot:spring-boot-configuration-processor