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

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

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.