Skip to content

Instantly share code, notes, and snippets.

@santoshmanya
santoshmanya / Greeting.java
Created March 6, 2017 23:35
Oauth2RestTemplate example - this goes with the spring boot rest oauth example project (https://github.com/royclarkson/spring-rest-service-oauth) but the Greeting class needs to have setters and a default constructor.
package hello;
public class Greeting {
private long id;
private String content;
public Greeting(){}
public Greeting(long id, String content) {
@santoshmanya
santoshmanya / README.md
Created October 17, 2016 20:03 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


Index: