提交 d380f646 编写于 作者: sq3536's avatar sq3536

app接口

上级 de075f4c
...@@ -117,6 +117,7 @@ public class webSecurityConfig extends WebSecurityConfigurerAdapter { ...@@ -117,6 +117,7 @@ public class webSecurityConfig extends WebSecurityConfigurerAdapter {
.antMatchers("/"+downloadpath+"/**").permitAll() .antMatchers("/"+downloadpath+"/**").permitAll()
.antMatchers("/"+uploadpath).permitAll() .antMatchers("/"+uploadpath).permitAll()
.antMatchers("/"+previewpath+"/**").permitAll() .antMatchers("/"+previewpath+"/**").permitAll()
.antMatchers("/lite/**").permitAll()
// 所有请求都需要认证 // 所有请求都需要认证
.anyRequest().authenticated() .anyRequest().authenticated()
// 防止iframe 造成跨域 // 防止iframe 造成跨域
......
...@@ -5,7 +5,7 @@ spring: ...@@ -5,7 +5,7 @@ spring:
name: ibzlite-web name: ibzlite-web
zuul: zuul:
routes: routes:
dst_ms: lite:
path: /lite/** path: /lite/**
serviceId: ${ibiz.ref.service.ibzlite-api:ibzlite-api} serviceId: ${ibiz.ref.service.ibzlite-api:ibzlite-api}
stripPrefix: false stripPrefix: false
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册