Fix links to Spring Security's reference documentation
Closes gh-28407
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
If {spring-security}[Spring Security] is on the classpath, then web applications are secured by default.
|
||||
Spring Boot relies on Spring Security’s content-negotiation strategy to determine whether to use `httpBasic` or `formLogin`.
|
||||
To add method-level security to a web application, you can also add `@EnableGlobalMethodSecurity` with your desired settings.
|
||||
Additional information can be found in the {spring-security-docs}#jc-method[Spring Security Reference Guide].
|
||||
Additional information can be found in the {spring-security-docs}/servlet/authorization/method-security.html[Spring Security Reference Guide].
|
||||
|
||||
The default `UserDetailsService` has a single user.
|
||||
The user name is `user`, and the password is random and is printed at INFO level when the application starts, as shown in the following example:
|
||||
|
||||
Reference in New Issue
Block a user