Skip to content

Instantly share code, notes, and snippets.

@krams915
Created December 8, 2012 05:58
Show Gist options
  • Select an option

  • Save krams915/4238853 to your computer and use it in GitHub Desktop.

Select an option

Save krams915/4238853 to your computer and use it in GitHub Desktop.
Spring Social spring.properties
# database properties
app.jdbc.driverClassName=com.mysql.jdbc.Driver
app.jdbc.url=jdbc\:mysql\://localhost/spring_social_tutorial
app.jdbc.username=root
app.jdbc.password=
# social properties
facebook.clientId=YOUR-FACEBOOK-CLIENT-ID
facebook.clientSecret=YOUR-FACEBOOK-CLIENT-SECRET
twitter.consumerKey=YOUR-TWITTER-CONSUMER-KEY
twitter.consumerSecret=YOUR-TWITTER-CONSUMER-SECRET
application.url=http://localhost:8080/spring-social-tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment