anji-plus / captcha

行为验证码(滑动拼图、点选文字),前后端(java)交互,包含h5/Android/IOS/flutter/uni-app的源码和实现
https://captcha.anji-plus.com/
Apache License 2.0
1.4k stars 322 forks source link

Maven坐标命名是不是建议调整一下 #173

Open 13612687938 opened 1 year ago

13612687938 commented 1 year ago

SpringBoot 提供的 starter 以 spring-boot-starter-xxx 的形式命名。

为了与 SpringBoot 生态提供的 starter 进行区分,官方建议第三方开发者或技术(例如 Druid、Mybatis 等等)厂商自定义的 starter 使用 xxx-spring-boot-starter 的形式命名,例如 mybatis-spring-boot-starter、druid-spring-boot-starter 等等。