@ -1187,7 +1187,7 @@ For example, the test in the snippet below will run with an authenticated user t
@@ -1187,7 +1187,7 @@ For example, the test in the snippet below will run with an authenticated user t
Spring Security provides comprehensive integration with Spring MVC Test and this can also be used when testing controllers using the `@WebMvcTest` slice and `MockMvc`.
For additional details on Spring Security's testing support, refer to Spring Security's https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#test[reference documentation]).
For additional details on Spring Security's testing support, refer to Spring Security's {spring-security-docs}#test[reference documentation]).
@ -2105,7 +2105,7 @@ If you define a `@Configuration` with a `WebSecurityConfigurerAdapter` in your a
@@ -2105,7 +2105,7 @@ If you define a `@Configuration` with a `WebSecurityConfigurerAdapter` in your a
=== Change the UserDetailsService and Add User Accounts
If you provide a `@Bean` of type `AuthenticationManager`, `AuthenticationProvider`, or `UserDetailsService`, the default `@Bean` for `InMemoryUserDetailsManager` is not created.
This means you have the full feature set of Spring Security available (such as https://docs.spring.io/spring-security/site/docs/current/reference/htmlsingle/#jc-authentication[various authentication options]).
This means you have the full feature set of Spring Security available (such as {spring-security-docs}#jc-authentication[various authentication options]).
The easiest way to add user accounts is to provide your own `UserDetailsService` bean.
@ -3282,7 +3282,7 @@ When using deferred or lazy bootstrapping, the auto-configured `EntityManagerFac
@@ -3282,7 +3282,7 @@ When using deferred or lazy bootstrapping, the auto-configured `EntityManagerFac
If more than one exists, the one named `applicationTaskExecutor` will be used.
TIP: We have barely scratched the surface of Spring Data JPA.
For complete details, see the https://docs.spring.io/spring-data/jpa/docs/current/reference/html/[Spring Data JPA reference documentation].
For complete details, see the {spring-data-jdbc-docs}[Spring Data JPA reference documentation].