File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,6 @@ you don't want to use the `spring-boot-antlib` module.
268
268
269
269
270
270
271
- [[using-boot-starter-poms]]
272
271
[[using-boot-starter]]
273
272
=== Starters
274
273
Starters are a set of convenient dependency descriptors that you can include in your
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ JPA for database access just include the `spring-boot-starter-data-jpa` dependen
8
8
your project, and you are good to go.
9
9
10
10
For complete details see the
11
- http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter-poms [reference documentation]
11
+ http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter[reference documentation]
12
12
13
13
== Community Contributions
14
14
If you create a starter for a technology that is not already in the standard list we can
15
15
list it here. Just send a pull request for this page.
16
16
17
17
WARNING: While the
18
- http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter-poms [reference documentation]
18
+ http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter[reference documentation]
19
19
mentions that 3rd party starters should not start with `spring-boot`, some starters
20
20
do as they were designed before this was clarified.
21
21
You can’t perform that action at this time.
0 commit comments