标签: spring-boot jhipster
将匿名用户限制为仅搜索结果首页的最佳方法是什么?
在我脑海中,我可以想到两种方法:
Pageable
有什么建议吗?
答案 0 :(得分:0)
使用regexMatcher使用Spring安全性方法。
.regexMatcher("/api/myresource\\?page=0\\&size=20.*").permitAll() .antMatchers("/api/**").authenticated()