Skip to content

Tag: spring-boot

java model mock response json

I am creating a Rest service which calls an external service. I have this problem: the external service I call responds in two ways depending on the case of Success or Failed. This is json: Well I created 3 simple classes: class XXX… private String result, status; …. getter & setter class Resp…

Override Hysterix Logging

I am trying to understand the logs generated by SpringBoot before and after implementing Hysterix Circuit Breaker Before Hystrix the logs looked like, After implementing Hystrix the logs looks like, So, how did http-nio-8080-exec-2 get replaced with hystrix-OrchestratorController-1, and why it’s not sho…

Optaplanner – spring BeanCreationException

I’m migrating Optaplanner from v7.x to v8.14 on a project that uses spring-boot (as a web api). I’ve added the optaplanner-spring-boot-starter dependency to the project, however when starting the application, I got the following error : The project is in two separated modules, one with everything …