ips219
Results
2
comments of
ips219
> I currently have tested this > > ``` > @RefreshScope > @RestController > public class HelloRestController { > > @Value("${hello.message}") > private String hello; > > @GetMapping("/hello/{name}") > public...
Thank you for your support Evan, I'll do as you said. I thought that given the specific of the error that it may be the expected behaviour for some incompatible...