starter命名
官方 starter 命名
前缀:spring-boot-starter-
规则:spring-boot-starter-模块名
举例:spring-boot-starter-web
、spring-boot-starter-jdbc
自定义 starter 命名
后缀:-spring-boot-starter
规则:模块-spring-boot-starter
举例:dynamic-datasource-spring-boot-starter
、knife4j-spring-boot-starter