标签: kotlin spring-security spring-webflux
我想允许访问路径中的任何id。问题是id在我的中间:
id
.pathMatchers("/devices/{id}/register").permitAll()
有什么方法可以在匹配器中间指定这样的通配符吗?