blob: 87ebc2cdfccd78e73abffada7977ea942681dbc7 [file] [log] [blame] [view]
Apache Shiro + Spring CLI Example
=================================
A Spring Boot example CLI application that show the usage of a user login, checking permissions, and annotation protected methods.
Run the Example
---------------
```bash
mvn spring-boot:run
```