【发布时间】:2020-03-12 06:06:49
【问题描述】:
根据spring boot官方的说法,第三方spring boot starter的命名不能以“spring-boot”开头。推荐使用模式:third-spring-boot-starter。
但如果第三部分有多个开胃菜,如何命名?
third-module1-spring-boot-starter
third-module2-spring-boot-starter
或
third-spring-boot-starter-module1
third-spring-boot-starter-module1
?
【问题讨论】:
标签: java spring spring-boot naming-conventions naming