You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/src/docs/asciidoc/_includes/about/getting-spring-security.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The topics in this section provide detail on how to consume Spring Security when
24
24
=== Spring Boot with Maven
25
25
26
26
Spring Boot provides a `spring-boot-starter-security` starter that aggregates Spring Security-related dependencies together.
27
-
The simplest and preferred way to use the starter is to use https://docs.spring.io/initializr/docs/current/reference/htmlsingle/[Spring Initializr] by using an IDE integration (http://joshlong.com/jl/blogPost/tech_tip_geting_started_with_spring_boot.html[Eclipse], https://www.jetbrains.com/help/idea/spring-boot.html#d1489567e2[IntelliJ], https://github.com/AlexFalappa/nb-springboot/wiki/Quick-Tour[NetBeans]) or through https://start.spring.io.
27
+
The simplest and preferred way to use the starter is to use https://docs.spring.io/initializr/docs/current/reference/htmlsingle/[Spring Initializr] by using an IDE integration (https://joshlong.com/jl/blogPost/tech_tip_geting_started_with_spring_boot.html[Eclipse], https://www.jetbrains.com/help/idea/spring-boot.html#d1489567e2[IntelliJ], https://github.com/AlexFalappa/nb-springboot/wiki/Quick-Tour[NetBeans]) or through https://start.spring.io.
28
28
29
29
Alternatively, you can manually add the starter, as the following example shows:
30
30
@@ -151,7 +151,7 @@ The easiest way to resolve this is to use the `spring-framework-bom` within the
151
151
The preceding example ensures that all the transitive dependencies of Spring Security use the Spring {spring-version} modules.
152
152
153
153
NOTE: This approach uses Maven's "`bill of materials`" (BOM) concept and is only available in Maven 2.0.9+.
154
-
For additional details about how dependencies are resolved, see http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html[Maven's Introduction to the Dependency Mechanism documentation].
154
+
For additional details about how dependencies are resolved, see https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html[Maven's Introduction to the Dependency Mechanism documentation].
155
155
156
156
[[maven-repositories]]
157
157
=== Maven Repositories
@@ -201,7 +201,7 @@ The following topics provide detail on how to consume Spring Security when using
201
201
=== Spring Boot with Gradle
202
202
203
203
Spring Boot provides a `spring-boot-starter-security` starter that aggregates Spring Security related dependencies together.
204
-
The simplest and preferred method to use the starter is to use https://docs.spring.io/initializr/docs/current/reference/htmlsingle/[Spring Initializr] by using an IDE integration (http://joshlong.com/jl/blogPost/tech_tip_geting_started_with_spring_boot.html[Eclipse], https://www.jetbrains.com/help/idea/spring-boot.html#d1489567e2[IntelliJ], https://github.com/AlexFalappa/nb-springboot/wiki/Quick-Tour[NetBeans]) or through https://start.spring.io.
204
+
The simplest and preferred method to use the starter is to use https://docs.spring.io/initializr/docs/current/reference/htmlsingle/[Spring Initializr] by using an IDE integration (https://joshlong.com/jl/blogPost/tech_tip_geting_started_with_spring_boot.html[Eclipse], https://www.jetbrains.com/help/idea/spring-boot.html#d1489567e2[IntelliJ], https://github.com/AlexFalappa/nb-springboot/wiki/Quick-Tour[NetBeans]) or through https://start.spring.io.
205
205
206
206
Alternatively, you can manually add the starter, as the following example shows:
Copy file name to clipboardExpand all lines: docs/manual/src/docs/asciidoc/_includes/servlet/hello/boot.adoc
+11-11
Original file line number
Diff line number
Diff line change
@@ -51,17 +51,17 @@ A summary of the features follows:
51
51
* Let the user with a username of `user` and a password that is logged to the console to authenticate with form-based authentication (in the preceding example, the password is `8e557245-73e2-4286-969a-ff57fe326336`)
0 commit comments