AlexGreg

Results 5 comments of AlexGreg

also aslagle/reactive-table is a good alternative

same for me..I solved it by adding to `reflect-config.json` ``` [ { "name": "org.springframework.retry.support.RetryTemplate", "allDeclaredFields": true, "allDeclaredMethods": true, "allDeclaredConstructors": true }, { "name": "org.springframework.cloud.config.client.RetryTemplateFactory", "allDeclaredMethods": true, "allDeclaredConstructors": true } ]...