Commit 6e5d8a78 authored by tianxinyuan's avatar tianxinyuan

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

parents bdfac9cc de25130c
...@@ -9,3 +9,5 @@ gen ...@@ -9,3 +9,5 @@ gen
target target
/out/ /out/
/target/ /target/
*.iml
*.log
\ No newline at end of file
...@@ -51,12 +51,7 @@ public class WebConfiguration implements WebMvcConfigurer { ...@@ -51,12 +51,7 @@ public class WebConfiguration implements WebMvcConfigurer {
.excludePathPatterns("/img/**") .excludePathPatterns("/img/**")
.excludePathPatterns("/js/**") .excludePathPatterns("/js/**")
.excludePathPatterns("/index.html") .excludePathPatterns("/index.html")
.excludePathPatterns("/rest/rel/login") .excludePathPatterns("/rest/rel/login");
.excludePathPatterns("/rest/rel/selectTopology")
.excludePathPatterns("/rest/rel/saveTopology");
WebMvcConfigurer.super.addInterceptors(registry); 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