Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Jafee/SpringBoot-Shiro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot with Shiro License: GPL v3+

The best practices of integrating Spring Boot with Apache Shiro

The demo has expired!

Based on:

  • Spring Boot
  • Spring Web MVC
  • Spring Data JPA ( Hibernate )
  • Apache Shiro
  • Thymeleaf 3
  • Java 8
  • Maven
  • H2 Database

Build and Run

  1. Make sure JDK 8 and Maven are installed, and enter the root directory.
  2. Build: mvn clean package
  3. Run: mvn spring-boot:run
  4. Visit the homepage: http://localhost:8080
  5. By default, in-memory database is used and data is initialized.

Account Info

Username Password Role Permission
admin 123456 admin / , /manager
user 123456 user /

License

GPLv3+.

About

(Deprecated) The Best Practices of Integrating Spring Boot with Apache Shiro

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors