Spring boot jar not starting on GKE

10/22/2019

I have been trying to run a spring boot jar --> docker image on google cloud plateform. But I am facing below issue on startup itself,

 2019-10-22 19:02:36.404 IST
 2019-10-22 13:32:36.341 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 
 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$EnhancerBySpringCGLIB$2920e78d] is not eligible for getting processed by all BeanPostProcessors (for example: not 
  eligible for auto-proxying)
-- Homesh Chouhan
docker
google-kubernetes-engine
spring-boot

0 Answers