DEV Community

Jeremy Sam Joseph
Jeremy Sam Joseph

Posted on

BeanCreationException not able create bean due to failed introspection in App Engine

I have deployed my spring boot application in App Engine, but it gives error that its not able create bean for my controller class

Error I'm getting in GAE

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webAppController': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [dev.jcodex.webapp.controller.WebAppController] from

Top comments (0)