Commit de25130c authored by gaozhentao's avatar gaozhentao

修改拦截器(去除放开的接口)

parent 8739ed07
......@@ -9,3 +9,5 @@ gen
target
/out/
/target/
*.iml
*.log
\ No newline at end of file
......@@ -51,12 +51,7 @@ public class WebConfiguration implements WebMvcConfigurer {
.excludePathPatterns("/img/**")
.excludePathPatterns("/js/**")
.excludePathPatterns("/index.html")
.excludePathPatterns("/rest/rel/login")
.excludePathPatterns("/rest/rel/selectTopology")
.excludePathPatterns("/rest/rel/saveTopology");
.excludePathPatterns("/rest/rel/login");
WebMvcConfigurer.super.addInterceptors(registry);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment