Вы можете просто использовать:
.antMatchers("/register")
Or with multiple:
.antMatchers("/register","/login","/user","/admin")
We also specify individual pages or directories –
.antMatchers("register.html"); // Individual
.antMatchers("/admin/**"); // Directory