blibli-backend-framework icon indicating copy to clipboard operation
blibli-backend-framework copied to clipboard

ApiClient breaks when using spring-boot-devtools

Open adhikasp opened this issue 4 years ago • 1 comments

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.

adhikasp avatar Jun 15 '20 06:06 adhikasp

This only happen in Windows 10 machine (in my laptop and 1 colleague).

App startup in linux/alpine environment works fine.

adhikasp avatar Jun 15 '20 06:06 adhikasp