Progs
Progs

Reputation: 737

spring security with solr database

By client requirements, instead of using postgres database, we will be using solr for the security in the application.

So far i haven't found anything in google, how i can achieve this without doing it 'by hand'?

Upvotes: 0

Views: 73

Answers (1)

SaWo
SaWo

Reputation: 1615

I believe the best way go through the Spring Data Solr's documentation first. That gives a brief overview, how to integrate Solr with Spring Data. After that, it should be very similar, how you integrate Spring Security with Postgres.

Upvotes: 2

Related Questions