An open API service indexing awesome lists of open source software.

https://github.com/phstudy/springmvc-springdataelasticsearch

An Example for Spring MVC and Spring Data Elasticsearch
https://github.com/phstudy/springmvc-springdataelasticsearch

Last synced: about 1 year ago
JSON representation

An Example for Spring MVC and Spring Data Elasticsearch

Awesome Lists containing this project

README

          

SpringMVC-SpringDataElasticsearch
=================================

An Example for Spring MVC and Spring Data Elasticsearch

## Setup Elasticsearch IP
```
org.phstudy.sample.configuration.ElasticsearchConfig.java
```

## Run Example
```
mvn tomcat:run
```

## Browse the sample project
```
http://localhost:8080/sample
```