An open API service indexing awesome lists of open source software.

https://github.com/didinj/springboot-mongodb-security

Spring Boot, Security, and Data MongoDB Authentication Example
https://github.com/didinj/springboot-mongodb-security

authentication boot data example login mongodb security signin signup spring spring-boot spring-data spring-mongodb spring-security tutorial

Last synced: 6 months ago
JSON representation

Spring Boot, Security, and Data MongoDB Authentication Example

Awesome Lists containing this project

README

          

# Spring Boot, Security, and Data MongoDB Authentication Example

This tutorial is part of [Spring Boot, Security, and Data MongoDB Authentication Example](https://www.djamware.com/post/5b2f000880aca77b083240b2/spring-boot-security-and-data-mongodb-authentication-example)

To run locally:

* Clone this repo
* Run MongoDB daemon in the other tab `mongod`
* Build this source `./gradlew build`
* Run this application `./gradlew bootRun`