在春季社交Facebook中,用户connectionrepositor是什么?

发布于 2024-12-05 06:48:15 字数 295 浏览 1 评论 0原文

我遵循此处和其他地方的指示: 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我早已燃尽 2024-12-12 06:48:15

是的,来自文档〜为了方便从正在运行的应用程序引导模式,此模式定义在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文