Open adhikasp opened 4 years ago
When spring-boot-devtools is included in classpath, project startup fail because in ApiClientMethodInterceptor.prepareFallback() method, the XClientFallback bean is not found/has not been initiated yet.
ApiClientMethodInterceptor.prepareFallback()
XClientFallback
This only happen in Windows 10 machine (in my laptop and 1 colleague).
App startup in linux/alpine environment works fine.
When spring-boot-devtools is included in classpath, project startup fail because in
ApiClientMethodInterceptor.prepareFallback()
method, theXClientFallback
bean is not found/has not been initiated yet.