Commit b29b1ddd authored by zhaobiyan's avatar zhaobiyan

新增会员编码字段,刷新历史数据

parent 53a6a1a1
......@@ -26,7 +26,6 @@ public class SecurityConfiguration {
registry.antMatchers("/swagger-ui.html").anonymous()
.antMatchers("/swagger-resources/**").anonymous()
.antMatchers("/webjars/**").anonymous()
.antMatchers("/doc.html#/**").anonymous()
.antMatchers("/*/api-docs").anonymous();
// Spring Boot Actuator 的安全配置
registry.antMatchers("/actuator").anonymous()
......
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