shiro-spring-boot-autoconfigure

Spring Boot Support for Shiro

License

License

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.github.boyazuo
ArtifactId

ArtifactId

shiro-spring-boot-autoconfigure
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

shiro-spring-boot-autoconfigure
Spring Boot Support for Shiro

Download shiro-spring-boot-autoconfigure

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.shiro : shiro-core jar 1.2.4
org.apache.shiro : shiro-spring jar 1.2.4
org.apache.shiro : shiro-web jar 1.2.4
org.apache.shiro : shiro-ehcache jar 1.2.4
org.springframework.boot : spring-boot jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

test (1)

Group / Artifact Type Version
junit : junit jar

Project Modules

There are no modules declared in this project.

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