Skip to content

Instantly share code, notes, and snippets.

@marcingrzejszczak
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcingrzejszczak/901e86bb6ac40cf0a5df to your computer and use it in GitHub Desktop.
Save marcingrzejszczak/901e86bb6ac40cf0a5df to your computer and use it in GitHub Desktop.
TODO :)
Gradle
- Ensure that you have Gradle downloaded and on your path
Spring.IO
- Go to http://start.spring.io/
- click all cloud stuff
- to the left pick Gradle
- gradle clean build
- import it to Intellij
JCE
- Download http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
- copy to your jre/lib/security the two jars as in instruction
RabbitMQ
- Download from https://www.rabbitmq.com/download.html
- Spring CLI
- Read how to install this: http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#getting-started-installing-the-cli
- Install this ;)
Security
- Clone https://github.com/spring-cloud-samples/authserver
- Import it to Intelij
- Run the main class to ensure that it's working
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment