Hello world!
My name is Oz Brown and I am a Java/Spring Web Applications/Microservices Software Engineer with Full Stack On-Prim and AWS experience. What kind of exciting engineering/development am I up to these days (Summer 2019)? In my...
by Oz | Jul 10, 2017 | Uncategorized | 1 |
My name is Oz Brown and I am a Java/Spring Web Applications/Microservices Software Engineer with Full Stack On-Prim and AWS experience. What kind of exciting engineering/development am I up to these days (Summer 2019)? In my...
public List<BasicDto> findByBasicIds(int[] basicIds, int min , int max, String otherInfo) { Consumer<ClientCodecConfigurer> consumer = configurer -> configurer.defaultCodecs().enableLoggingRequestDetails(true); WebClient...
public List<BasicDto> findByBasicIds(int[] basicIds, int min , int max, String otherInfo) { Consumer<ClientCodecConfigurer> consumer = configurer -> configurer.defaultCodecs().enableLoggingRequestDetails(true); WebClient...
Read Morepublic Optional<BasicDto> findByBasicId(int basicId, int min , int max, String otherInfo) { Consumer<ClientCodecConfigurer> consumer = configurer -> configurer.defaultCodecs().enableLoggingRequestDetails(true); WebClient...
Read MoreSee entire Stack Overflow Topic: Easy way to convert Iterable to Collection //… public static <T> List<T> convertToList(final Iterable<T> iterable) { return StreamSupport.stream(iterable.spliterator(), false)...
Read More