https://github.com/fsamin/startwithgroovyspringelasticsearch
Dummy Groovy REST App with SpringBoot / SpringData / ElasticSearch / SpringSecurity
https://github.com/fsamin/startwithgroovyspringelasticsearch
Last synced: 3 months ago
JSON representation
Dummy Groovy REST App with SpringBoot / SpringData / ElasticSearch / SpringSecurity
- Host: GitHub
- URL: https://github.com/fsamin/startwithgroovyspringelasticsearch
- Owner: fsamin
- License: mit
- Created: 2015-01-30T18:35:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T17:32:37.000Z (over 10 years ago)
- Last Synced: 2025-01-30T00:49:37.450Z (4 months ago)
- Language: Groovy
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StartWithGroovySpringElasticSearch
Dummy Groovy REST App with SpringBoot
- SpringData / ElasticSearch
- SpringSecurity
- SpringSession / Redis## Pre-requisites
- Java 7
- Gradle 2.1
- Redis## Step-by-step
- Start your Redis Server on default port
- $ git clone
- $ cd
- $ gradle build
- $ gradle run
- Enjoy on http://localhost:8080/
## Dev in progress
- Stay tuned for further proof of concept## Redis Session Management
- In order to have a full stateless server but with respect of MVC Session Design Pattern, Redis is used as a Session Container. I suggest to user redis-commander (node package) to browse your redis server.