在春季社交Facebook中,用户connectionrepositor是什么?
我遵循此处和其他地方的指示: https://github.com/SpringSource/spring-social/wiki/Quick-Start
为什么我们需要指定 dataSource 和 UsersConnectionRepository 才能使用 Spring Social Facebook?什么被写入我们的数据库?我应该创建特殊表或修改我的用户表吗?
I'm following the directions here and elsewhere:
https://github.com/SpringSource/spring-social/wiki/Quick-Start
Why do we need to specify a dataSource and UsersConnectionRepository to use Spring Social Facebook? What gets written to our database? Am I supposed to create special tables or modify my Users table?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,来自文档〜为了方便从正在运行的应用程序引导模式,此模式定义在 spring-social-core 模块中作为路径 /org/springframework/social/connect/jdbc/JdbcUsersConnectionRepository.sql 的资源提供。
从这里
http://static.springsource.org/spring -social/docs/1.0.x/reference/html/serviceprovider.html
您可能想查看示例应用程序此处
Yep from the docs ~ For convenience is bootstrapping the schema from a running application, this schema definition is available in the spring-social-core module as a resource at the path /org/springframework/social/connect/jdbc/JdbcUsersConnectionRepository.sql.
From here
http://static.springsource.org/spring-social/docs/1.0.x/reference/html/serviceprovider.html
You might want to take a look at the sample apps here