Commit 6e5d8a78 authored by tianxinyuan's avatar tianxinyuan

Merge remote-tracking branch 'origin/dev' into dev

parents bdfac9cc de25130c
......@@ -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