shiro-spring-boot

Spring Boot Support for Shiro

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.boyazuo
ArtifactId

ArtifactId

shiro-spring-boot
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

shiro-spring-boot
Spring Boot Support for Shiro
Project URL

Project URL

https://github.com/boyazuo/shiro-spring-boot
Source Code Management

Source Code Management

https://github.com/boyazuo/shiro-spring-boot

Download shiro-spring-boot

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.boyazuo/shiro-spring-boot/ -->
<dependency>
    <groupId>com.github.boyazuo</groupId>
    <artifactId>shiro-spring-boot</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.boyazuo/shiro-spring-boot/
implementation 'com.github.boyazuo:shiro-spring-boot:1.0.3'
// https://jarcasting.com/artifacts/com.github.boyazuo/shiro-spring-boot/
implementation ("com.github.boyazuo:shiro-spring-boot:1.0.3")
'com.github.boyazuo:shiro-spring-boot:pom:1.0.3'
<dependency org="com.github.boyazuo" name="shiro-spring-boot" rev="1.0.3">
  <artifact name="shiro-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.boyazuo', module='shiro-spring-boot', version='1.0.3')
)
libraryDependencies += "com.github.boyazuo" % "shiro-spring-boot" % "1.0.3"
[com.github.boyazuo/shiro-spring-boot "1.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • shiro-spring-boot-autoconfigure
  • shiro-spring-boot-starter

shiro-spring-boot

Properties/Yaml file configuration

shiro:
  realm: #realm class
  loginUrl:  #login url
  successUrl: #success url
  unauthorizedUrl: #403 url
  filterChainDefinitions:	#filter chian
    - "/login": authc
    - "/logout": logout
    - "/static/**": anon
    - "/**": authc    

Issue Tracking

GitHub Issues

Maven dependency

<dependency>
	<groupId>com.github.boyazuo</groupId>
	<artifactId>shiro-spring-boot-starter</artifactId>
	<version>1.0.2</version>
</dependency>

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0