-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
Third parties are creating their own starters and it seems that spring-boot-starter is a natural prefix for them. Both activitii and camel have such starters.
Wouldn't it be a good idea for us to "formally" document some aspects of a 3rd party starter? For one, using a different prefix would be a good idea IMO. We could avoid ending up in a situation where we have two spring-boot-starter-actuator now.
Here is what I suggest for what would be wrongly called spring-boot-starter-xyz:
- If
xyzis small enough so that only one starter makes sense, name itxyz-spring-boot-starter. After all, all your modules probably start withxyzalready anyway - If you have more that one potential starters, just extend the prefix:
xyz-first-spring-boot-starter-xyz-second-spring-boot-starter.
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update