Refined policy on naming Spring Boot starters
See gh-2040
This commit is contained in:
parent
a44c7883dd
commit
6da6f430eb
|
|
@ -296,8 +296,8 @@ search dependencies by name. For example, with the appropriate Eclipse or STS pl
|
||||||
installed, you can simply hit `ctrl-space` in the POM editor and type
|
installed, you can simply hit `ctrl-space` in the POM editor and type
|
||||||
"`spring-boot-starter`" for a complete list.
|
"`spring-boot-starter`" for a complete list.
|
||||||
|
|
||||||
Third party starters should not start with `spring-boot-starter` as it is reserved for
|
Third party starters should not start with `spring-boot` as it is reserved for
|
||||||
official starters. A third-party starter for `acme` will be typically named
|
official Spring Boot artifacts. A third-party starter for `acme` will be typically named
|
||||||
`acme-spring-boot-starter`.
|
`acme-spring-boot-starter`.
|
||||||
****
|
****
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ list it here. Just send a pull request for this page.
|
||||||
|
|
||||||
WARNING: While the
|
WARNING: While the
|
||||||
http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter-poms[reference documentation]
|
http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter-poms[reference documentation]
|
||||||
mentions that 3rd party starters should not start with `spring-boot-starter`, some starters
|
mentions that 3rd party starters should not start with `spring-boot`, some starters
|
||||||
do as they were designed before this was clarified.
|
do as they were designed before this was clarified.
|
||||||
|
|
||||||
|===
|
|===
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue