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

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

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

data example login mongodb mvc security springboot

Last synced: 5 months ago
JSON representation

Spring Boot, Security, MVC, Data and MongoDB Login Example

Awesome Lists containing this project

README

          

# Spring Boot, Security, and Data MongoDB Authentication Example (New Version)

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