java.lang.IllegalStateException : unable to read meta data for class

Recently, in the refactoring project,
another colleague modified the feign interface’s class, which led to an error at startup

It’s true that idea global search doesn’t have this. Later, I thought that there was one under resources of feign module spring.factories File, which defines the class address of automatic assembly when starting, enable autoconfiguration { }The feign interface needs to be updated

Read More: