Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 2 months 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
```