Java 哪一个更适合命名为第三方spring boot starter

Java 哪一个更适合命名为第三方spring boot starter,java,spring,spring-boot,naming-conventions,naming,Java,Spring,Spring Boot,Naming Conventions,Naming,根据SpringBoot官方的说法,第三方SpringBoot启动器不应以SpringBoot启动。建议使用模式:第三个弹簧启动启动器 但是,如果第三部分有多个启动者,如何命名他们 third-module1-spring-boot-starter third-module2-spring-boot-starter 或 ?根据来自的命名约定,以下命名更接近他们的建议: third-spring-boot-starter-module1 third-spring-boot-starter-mod

根据SpringBoot官方的说法,第三方SpringBoot启动器不应以SpringBoot启动。建议使用模式:第三个弹簧启动启动器

但是,如果第三部分有多个启动者,如何命名他们

third-module1-spring-boot-starter
third-module2-spring-boot-starter


根据来自的命名约定,以下命名更接近他们的建议:

third-spring-boot-starter-module1
third-spring-boot-starter-module2
我认为对于一个更大的组织来说,有多个创业者是很常见的,比如:

third-spring-boot-starter-logging
third-spring-boot-starter-tracing
最后给出模块的实际名称,这与Spring Boot团队正在做的更为相似

third-spring-boot-starter-logging
third-spring-boot-starter-tracing