Skip to content

Commit

Permalink
更改shiro配置
Browse files Browse the repository at this point in the history
  • Loading branch information
godchao committed Sep 16, 2019
1 parent e0cf796 commit 1899c79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ application-*.properties
build/
out/
/.idea/
gradle/
gradle/
dist/
libs/
2 changes: 1 addition & 1 deletion diboot-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
},
"author": "yang",
"license": "Apache-2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ public Map filterChainDefinition(){
filterChainDefinitionMap.put("/static/**", "anon");
filterChainDefinitionMap.put("/error/**", "anon");
filterChainDefinitionMap.put("/*.html", "anon");
filterChainDefinitionMap.put("/diboot/**", "anon");

filterChainDefinitionMap.put("/auth/login", "anon");
filterChainDefinitionMap.put("/auth/buildOAuthUrl", "anon");
filterChainDefinitionMap.put("/auth/apply", "anon");
Expand Down

0 comments on commit 1899c79

Please sign in to comment.