File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -462,8 +462,8 @@ that use Spring Boot. If you're looking to solve a specific problem; check there
462
462
You can shortcut the steps below by going to https://start.spring.io and choosing the
463
463
`web` starter from the dependencies searcher. This will automatically generate a new
464
464
project structure so that you can <<getting-started-first-application-code,start coding
465
- right away>>. Check the https://github.com/ spring-io/ initializr[documentation for
466
- more details].
465
+ right away>>. Check the { spring-initializr-reference}/#user-guide [documentation for more
466
+ details].
467
467
====
468
468
469
469
Before we begin, open a terminal to check that you have valid versions of Java and Maven
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
35
35
:dependency-management-plugin: https://github.com/spring-gradle-plugins/dependency-management-plugin
36
36
:dependency-management-plugin-documentation: {dependency-management-plugin}/blob/master/README.md
37
37
:spring-boot-maven-plugin-site: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/maven-plugin
38
+ :spring-initializr-reference: https://docs.spring.io/initializr/docs/current/reference/htmlsingle
38
39
:spring-reference: http://docs.spring.io/spring/docs/{spring-docs-version}/spring-framework-reference/htmlsingle
39
40
:spring-security-reference: http://docs.spring.io/spring-security/site/docs/{spring-security-docs-version}/reference/htmlsingle
40
41
:spring-security-oauth2-reference: http://projects.spring.io/spring-security-oauth/docs/oauth2.html
You can’t perform that action at this time.
0 commit comments