如何在Spring Security pathMatchers的中间使用通配符?

时间:2019-05-22 18:27:26

标签: kotlin spring-security spring-webflux

我想允许访问路径中的任何id。问题是id在我的中间:

.pathMatchers("/devices/{id}/register").permitAll()

有什么方法可以在匹配器中间指定这样的通配符吗?

0 个答案:

没有答案