提交 d5de392d 编写于 作者: zlt2000's avatar zlt2000

更新 项目总体架构图

上级 3d4bba92
......@@ -29,9 +29,9 @@
 
## 2. 总体服务拓扑
## 2. 项目总体架构
![](https://gitee.com/zlt2000/images/raw/master/服务拓扑图.png)
![](https://gitee.com/zlt2000/images/raw/master/spring cloud 微服务架构图.jpg)
 
......
......@@ -22,6 +22,7 @@ public class SecuritySecureConfig extends WebSecurityConfigurerAdapter {
protected void configure(HttpSecurity http) throws Exception {
SavedRequestAwareAuthenticationSuccessHandler successHandler = new SavedRequestAwareAuthenticationSuccessHandler();
successHandler.setTargetUrlParameter("redirectTo");
successHandler.setDefaultTargetUrl(adminContextPath + "/");
http.authorizeRequests()
.antMatchers(adminContextPath + "/assets/**").permitAll()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册