Spring Social and Spring Security Using MongoDB

I want to make a complete example of integrating spring social and spring security using MongoDB, I need some examples, links or tutorials to help me with this.

Thank.

+3
source share
2 answers

White papers are a good place to start. Both structures support JDBC support by default. This support consists of two elements: the database schema and the pair of beans responsible for the preservation. What you need to do is provide your own implementations for these beans, and then configure both frameworks to use your beans. You need to implement the following interfaces:

, , beans . beans, (, ACL Spring ).

+2

spring: https://github.com/spring-projects/spring-social-samples

Spring -social 1.1.0 MongoDB, JDBC (JdbcConnectionRepository, JdbcUsersConnectionRepository) (InMemoryConnectionRepository, InMemoryUsersConnectionRepository)

MongoDB, , :

https://www.jiwhiz.com/#/blogs/50f4f033e4b04d4d302ba03a

https://github.com/exacode/spring-social-mongodb

0

All Articles