Practicing creative engineering
Backend engineer with focus on Java but interested (and partly experienced) in other topics around JVM
Pinned Loading
-
nss-java-maker
nss-java-maker PublicA tiny utility for creating Wireshark SSL keys files (in NSS format) from Java SSL debug logs.
-
springboot-jshell-adapter
springboot-jshell-adapter PublicA simple script for running JShell against Spring Boot packaged classpath
-
joker-2018-samples
joker-2018-samples PublicA set of samples for my talk on Joker'18 Java conference
-
JUnit test for conditional Spring Bo...
JUnit test for conditional Spring Boot bean registration (@ConditionalOnProperty) 1## Problem
23Suppose you have two classes that should be registered with Spring context exclusively, e.g. only one of the beans must exist in the context at any time based on some boolean property value. Of course you can do it by adding explicit `if` condition into your `@Configuration` class. But if the classes have no common interface it may be quite cumbersome. As an alternative you can use `@ConditionalOnProperty` annotation on your classes, e.g.:
45```java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.