Open donbeave opened 5 years ago
Some real examples, which use recommended naming:
https://github.com/graphql-java-kickstart/graphql-spring-boot https://github.com/mybatis/spring-boot-starter https://github.com/gavlyukovskiy/spring-boot-data-source-decorator https://github.com/ratpack/ratpack/tree/master/ratpack-spring-boot-starter https://github.com/zalando/tracer/tree/master/tracer-spring-boot-starter ...
Hello!
When I see
compile 'ru.alfalab.starter.cxf:starter:{starterVersion}'
it makes me feel weird because normally third-party Spring Boot projects will use Spring Boot's recommended namingthirdpartyproject-spring-boot-starter
.Source: https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-starter
Maybe it's not late to rename this project as well?
Best regards, Alexey Zhokhov.