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
- Host: GitHub
- URL: https://github.com/didinj/springboot-mongodb-security
- Owner: didinj
- License: mit
- Created: 2018-06-24T01:27:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T02:52:31.000Z (over 7 years ago)
- Last Synced: 2025-03-30T07:05:40.096Z (6 months ago)
- Topics: authentication, boot, data, example, login, mongodb, security, signin, signup, spring, spring-boot, spring-data, spring-mongodb, spring-security, tutorial
- Language: Java
- Homepage: https://www.djamware.com/post/5b2f000880aca77b083240b2/spring-boot-security-and-data-mongodb-authentication-example
- Size: 62.5 KB
- Stars: 21
- Watchers: 2
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`