| | |
| | | package com.doumee.config.shiro; |
| | | |
| | | import com.doumee.core.utils.Constants; |
| | | import org.apache.shiro.mgt.SecurityManager; |
| | | import org.apache.shiro.session.mgt.SessionManager; |
| | | import org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor; |
| | |
| | | map.put("/system/initCompany", "anon"); |
| | | map.put("/system/logout", "anon"); |
| | | map.put("/common/captcha", "anon"); |
| | | map.put("/cloudService/**", "anon"); |
| | | map.put(Constants.CLOUD_SERVICE_URL_INDEX+"/**", "anon"); |
| | | map.put("/statistics/**", "anon"); |
| | | map.put("/business/hksync/push/**", "anon"); |
| | | map.put("/business/member/empowerByList", "anon"); |