Alsikorski
Results
2
comments of
Alsikorski
I had the same problem in Java and found a workaround. Maybe that'll help you somehow. ``` @SpringBootApplication public class DemoApplication { public static void main(String[] args) { Companion.main(args); }...
I think people have gotten used to using the Feign client approach. Here you can find very similar aproach: [Exchange client](https://github.com/MelonProjectCom/exchange-client) It is really simple to use.