Registry / auth / shiro-spring-boot-web-starter

shiro-spring-boot-web-starter

JSON →
library2.1.0javamavenunverified

Starter for integrating Apache Shiro security framework with Spring Boot web applications.

<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring-boot-web-starter</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SHIRO-SPRING-BOOT-
S
shiro-spring-boot-web-starter
authjavav2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ShiroAutoConfiguration
org.apache.shiro.spring.boot.autoconfigure.ShiroAutoConfiguration

Exclude the default Shiro auto-configuration to provide custom security setup.

import org.apache.shiro.spring.boot.autoconfigure.ShiroAutoConfiguration; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; @EnableAutoConfiguration(exclude = ShiroAutoConfiguration.class) public class MyApp { // Custom Shiro configuration }
Debug
Known issues
breakingShiro 2.x has breaking changes from 1.x, especially in configuration and filter chains.
fix
Review migration guide at https://shiro.apache.org/version-2-migration.html.
affects: >=2.0.0
Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
shiro-spring-boot-web-starter — mvn dependency:get shiro-spring-boot-web-starter · libregistry