Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 285 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 285 Bytes

Spring-Security-mongoDB

SpringSecurity demo app with mongoDB curd operations and Role based authentication with mongoDB user collection

Add these lines in the property file to run

spring.data.mongodb.uri=<your mongoDB uri>
spring.data.mongodb.database=<DataBase name>