Skip to content

Instantly share code, notes, and snippets.

View varpa89's full-sized avatar

Pavel Varchenko varpa89

View GitHub Profile
@svenakela
svenakela / RedirectingWebClient.java
Last active August 28, 2019 19:40
Spring WebClient Wrapper allowing for redirects
package se.cygni.bootcamp.mashup.core;
import java.util.Optional;
import org.springframework.http.HttpHeaders;
import org.springframework.web.reactive.function.client.ClientResponse;
import org.springframework.web.reactive.function.client.WebClient;
import reactor.core.publisher.Mono;
@RobertFischer
RobertFischer / gist:7e4f072910770823ba03
Last active February 22, 2017 07:48
Lazybones Can't Use Cached Versions
tmp$ lazybones list --cached
Cached templates
ext-geb 1.0.0
lazybones-project 1.0.1
tmp$ lazybones create ext-geb folder1
Creating project from template ext-geb (latest) in 'folder1'
Cannot find a template named 'ext-geb'. Project has not been created.