spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

spring-social-showcase-boot misses application.properties #48

Open yuricus opened 9 years ago

yuricus commented 9 years ago

A commit 6 days ago removed application.properties from spring-social-showcase-boot witch made application unable to start.

muzeebullah commented 8 years ago

For anyone who's looking for this, here's the content for 'spring-social-showcase-boot/src/main/resources/application.properties ' file: spring.social.facebook.app-id={{SEE README}} spring.social.facebook.app-secret={{SEE README}} facebook.appNamespace={{SEE README}} spring.social.linkedin.app-id={{SEE README}} spring.social.linkedin.app-secret={{SEE README}} spring.social.twitter.appId={{SEE README}} spring.social.twitter.appSecret={{SEE README}}

muzeebullah commented 8 years ago

I made changes and requested for Pull; once they pull in the code, it would be back in place.