Closed ChinaLym closed 4 years ago
artifactId 改为 beecp-spring-boot-starter
beecp-spring-boot-starter
spring boot 提供的 starter 都是以 spring-boot-starter-xxx 的方式命名的,Spring Boot 官方建议自定义的 starter 以xxx-spring-boot-starter 命名予以区分。见 Spring Boot官方说明
spring boot
starter
spring-boot-starter-xxx
xxx-spring-boot-starter
感觉 BeeCP 不错,打算引入至自己写的 Spring Boot 扩展框架 Shoulder-Framework(https://github.com/ChinaLym/Shoulder-Framework) 中作为默认的数据库连接池。
BeeCP
Spring Boot
好的,感谢支持,下一版本进行调整
已经调整了,下图我用测试Demo打包后的下载下来的包效果的样子
再给你一个参考栗子 https://github.com/Chris2018998/BeeCP-Starter/blob/master/doc/MutilDsStarterDemo.zip
版本下载,请参考介绍页面中的maven坐标信息(如果是使用国内镜像,可能会稍微等会,因为早上9点多传上去的,同步可能还要点时间)
建议
artifactId 改为
beecp-spring-boot-starter
spring boot
提供的starter
都是以spring-boot-starter-xxx
的方式命名的,Spring Boot 官方建议自定义的starter
以xxx-spring-boot-starter
命名予以区分。见 Spring Boot官方说明支持作者
感觉
BeeCP
不错,打算引入至自己写的Spring Boot
扩展框架 Shoulder-Framework(https://github.com/ChinaLym/Shoulder-Framework) 中作为默认的数据库连接池。