rbac-example-springsecurity icon indicating copy to clipboard operation
rbac-example-springsecurity copied to clipboard

RBAC example using Spring Security, Spring MVC and Thymeleaf.

RBAC example

This application is an example of role based access control using Spring Security, Spring MVC and Thymeleaf.

Original(Ninja Framework) : https://github.com/kawasima/rbac-example by @kawasima

@kawasima's blog(Japanese) -> https://qiita.com/kawasima/items/8dd7eda743f2fdcad78e

Get started

$ mvn spring-boot:run

or

$ mvn clean package
$ java -jar target/rbac-example-springsecurity-1.0.jar