In my Spring Boot application I\'m trying to implement Twitter oAuth support.
Following this example http://spring.io/guides/gs/accessing-twitter/ I have successfully added Twit
The reason is you don't have a src/main/resources/application.properties or config/application.properties, which defines spring.social.twitter.appId and spring.social.twitter.appSecret.