spring-attic/spring-social-twitter

Configuration processor is not configured

snicoll opened this issue · 2 comments

Because spring-boot-configuration-processor is not configured, no metadata for spring.social.twitter are generated and therefore all those properties show up as unknown in IDEs.

I have the same issue.
TwitterAutoConfiguration does not exist in imported libs aftre spring-boot-starter-social-twitter was imported. This appears after i changed spring boot 1.5 to 2.0 version.

Any suggestion how to enable auto config?

Any suggestion how to enable auto config?

That's not the same issue. You need to add spring-social-twitter-autoconfigure.