lym
lym
小优化,自动装配
推荐将 `BeeCpDataSourceAutoConfiguration` 上的 `@Configuration` 改为 `@Configuration(proxyBeanMethods = false)` 减少 spring 容器中 bean 的数量 参考:[Shoulder-Platform 的 beecp 自动装配优化](https://github.com/ChinaLym/Shoulder-Platform/blob/master/shoulder-platform-common/shoulder-platform-starter-db/src/main/java/cn/itlym/shoulder/platform/db/beecp/BeeCpDataSourceAutoConfiguration.java) 代码较少,暂不提 PR 了
# 背景 作者你好,几年前看到你的 beecp 项目,在 [shoulder 框架](https://github.com/ChinaLym/shoulder-platform) 的db模块中一直使用 beecp 作为默认的连接池。 # 问题 在整体升级到 spring boot3之后,未发现有支持 spring boot3 的 beecp-starter。 # 需要的帮助 有计划对 spring boot3的支持么,或者示例?