Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
After adding the spring-boot-web-starter you got the exception that two beans are missing.
- Realm
- ShiroFilterChainDefinition
Are they not defined on purpose? Both can be provided as a default with @ConditionalOnMissingBean.
A default TextConfigurationRealm could be configured with properties.
Providing defaults makes it easier to get startet.
I could provide a pull request if desired.
What do you think?
Attachments
Issue Links
- links to