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

https://github.com/josdem/spring-boot-security

Shows how to configure security in a Spring Boot application
https://github.com/josdem/spring-boot-security

gradle spring-boot spring-boot-security thymeleaf

Last synced: 3 months ago
JSON representation

Shows how to configure security in a Spring Boot application

Awesome Lists containing this project

README

          

Spring Boot Security
----------------------------

This project shows how to implement in-Memory and Database authentication in a Spring Boot project

#### To run the project

```bash
gradle bootRun
```

#### Read this as reference

* http://josdem.io/techtalk/spring/spring_boot_security/
* http://josdem.io/techtalk/spring/spring_boot_security_database/