tree: 37e2ef0ada2abe14e5a4c73ab46ee855206cb449 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
samples/spring-boot-3-web/README.md

Apache Shiro + Spring Boot 3 Web Example

A Spring Boot example web application that show the usage of a user login, checking permissions, and annotation protected methods.

Run the Example

mvn spring-boot:run

Browse to http://localhost:8080/

Or deploy to Heroku:

Deploy