spring-attic / spring-social-twitter

Twitter API binding and connect support.
http://projects.spring.io/spring-social-twitter
Apache License 2.0
122 stars 114 forks source link

Configuration processor is not configured #121

Open snicoll opened 6 years ago

snicoll commented 6 years ago

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.

bobbbaich commented 6 years ago

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?

snicoll commented 6 years ago

Any suggestion how to enable auto config?

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