Skip to content

Instantly share code, notes, and snippets.

View marcosbarbero's full-sized avatar
💭
I may be slow to respond.

Marcos Barbero marcosbarbero

💭
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am marcosbarbero on github.
  • I am marcosbarbero (https://keybase.io/marcosbarbero) on keybase.
  • I have a public key ASDcSeJT_JvcoZujf7ZcPqv6nDhgBQMi-g8xiMgP0q1X4go

To claim this, I am signing this object:

[INFO] +- org.springframework.cloud:spring-cloud-starter-gateway:jar:2.0.0.BUILD-SNAPSHOT:compile
[INFO] | \- org.springframework.cloud:spring-cloud-gateway-core:jar:2.0.0.BUILD-SNAPSHOT:compile
[INFO] | +- org.springframework:spring-tuple:jar:1.0.0.RELEASE:compile
[INFO] | | \- com.esotericsoftware:kryo-shaded:jar:3.0.3:compile
[INFO] | | \- com.esotericsoftware:minlog:jar:1.3.0:compile
[INFO] | \- io.projectreactor.addons:reactor-extra:jar:3.1.6.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.0.0.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.0.0.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.0.0.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.0.0.RELEASE:compile
@ConfigurationProperties("kafka")
public class BinderProperties {
private Map<String, Config> binders = new HashMap();
// getters and setters
}
public class Config {
private String foo;
private String bar;