-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提供另外一个 Druid Spring Boot Starter #1829
Comments
@drtrang 粗略看了下源码没看出来哪点更好用
|
@lihengming 回应之前的几个问题
之前提的 Issue,Druid 基本的 Filter 都不支持自动配置 #1823 |
@drtrang 关于你说的“你的版本里只有 DruidDataSourceProperties 中已经定义的属性才支持自动配置",这是因为使用Spring Boot 在放弃动态绑定后,我只对 DruidDataSource配置属性列表 内的参数提供配置支持,如果你需要 最后,感谢你的建议。但是我不太理解的是,Druid Spring Boot Starter 本就是一个非常简单的项目,它的作用仅仅是帮助在 Spring Boot 中集成 Druid 而已,为什么要去重复发明轮子,而不是一起维护、完善。 |
最初的想法是提PR,但是代码改动太大,并且风格不一样。提供两个选择不是更好吗?用户可以自行选择更合适的。 技术本来就是不断的在造轮子,在造轮子的过程中,才会不断的突破自己,而不是拿来主义就好,同时也会更加符合自己的需求。 我只是觉得官方出品的东西,应该尽可能的覆盖更多场景,毕竟 Starter 的目的就是为了自动配置,如果需要手动配置才能完成,貌似和直接使用 Druid 没什么差别。 另,标题已改,之前语言欠妥。 |
个人认为简单场景下有官方版本就好了,有超出此范围的需求肯定会自己去写自定义配置,根本用不上 |
Druid Spring Boot Starter,支持开箱即用,提供完整的自动提示:https://github.com/drtrang/druid-spring-boot
The text was updated successfully, but these errors were encountered: