/springboot-security-mongodb

Demo project for Spring Boot with Spring Security and MongoDB

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status Codacy Badge

Demo for Spring Boot with Spring Security

A sample app on how you could integrate Spring Boot with an simple UI to administer users based on Spring Security concepts.

Based on an articles by Ivan Hristov and Bartosz Kielczewski.

Run with:

./gradlew -Dspring.profiles.active=dev bootRun

DB Migration

https://github.com/mongeez/mongeez/wiki/How-to-use-mongeez

IDEA Integration

Set output directory to

build / classes / main

Enable Lombok (requires Lombok plugin installed first) annotation processor:

Preferences -> Build... -> Compiler -> Annotation Processors