Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
An Example for Spring MVC and Spring Data Elasticsearch
- Host: GitHub
- URL: https://github.com/phstudy/springmvc-springdataelasticsearch
- Owner: phstudy
- License: mit
- Created: 2014-08-05T17:27:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T18:07:40.000Z (over 10 years ago)
- Last Synced: 2023-03-29T04:04:23.661Z (over 1 year ago)
- Language: Java
- Size: 164 KB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```