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
- Host: GitHub
- URL: https://github.com/phstudy/springmvc-springdataelasticsearch
- Owner: phstudy
- License: mit
- Created: 2014-08-05T17:27:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T18:07:40.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T06:11:48.259Z (about 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
```