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
- Host: GitHub
- URL: https://github.com/didinj/springboot-security-mongodb-example
- Owner: didinj
- License: mit
- Created: 2020-05-27T01:45:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T01:47:21.000Z (over 5 years ago)
- Last Synced: 2025-06-27T10:06:17.642Z (6 months ago)
- Topics: data, example, login, mongodb, mvc, security, springboot
- Language: Java
- Homepage: https://www.djamware.com/post/5b2f000880aca77b083240b2/spring-boot-security-and-data-mongodb-authentication-example
- Size: 66.4 KB
- Stars: 4
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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