-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Tharanga edited this page Mar 21, 2017
·
7 revisions
searchbox is a lightweight search framework built on redis.
- JDK 1.8.X
- Maven 3.3.X
- Redis 2.6.X
- Add searchbox dependency.
<dependency>
<groupId>com.lovi.searchbox</groupId>
<artifactId>searchbox-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
- Install searchbox-core dependency by using mvn install
- Download the movies-search-app application from GitHub
- Build the application using mvn package
- Run the application using java -jar target\movies-search-app-0.0.1-SNAPSHOT.jar
- Consume web app from localhost:1028