springboot-mongodb-security
springboot-mongodb-security copied to clipboard
Spring Boot, Security, and Data MongoDB Authentication Example
Spring Boot, Security, and Data MongoDB Authentication Example
This tutorial is part of 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