bliblidotcom / blibli-backend-framework

Blibli.com Backend Framework
https://www.blibli.com/
Apache License 2.0
75 stars 13 forks source link

ApiClient breaks when using spring-boot-devtools #33

Open adhikasp opened 4 years ago

adhikasp commented 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.

adhikasp commented 4 years ago

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

App startup in linux/alpine environment works fine.