Skip to content

Instantly share code, notes, and snippets.

@coheigea
Created August 26, 2019 16:06
Show Gist options
  • Save coheigea/5f75bfe0e98bd891069395451a753e88 to your computer and use it in GitHub Desktop.
Save coheigea/5f75bfe0e98bd891069395451a753e88 to your computer and use it in GitHub Desktop.
<bean id="lifecycleBeanPostProcessor" class="org.apache.shiro.spring.LifecycleBeanPostProcessor"/>
<bean class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator"
depends-on="lifecycleBeanPostProcessor"/>
<bean class="org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment