标签: spring-boot http spring-security spring-security-oauth2
我有两种配置。 我想通过以下方式限制来自http://example.com的特定配置请求 .antMatcher("http://example.com/**"),但不起作用,但相对路径可以正常工作。请帮助我。
http://example.com
.antMatcher("http://example.com/**")