alibaba / druid

阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
https://github.com/alibaba/druid/wiki
Apache License 2.0
28.01k stars 8.59k forks source link

springboot2.0+druid1.1.9 不支持sqlserver #2574

Open JavaRookie opened 6 years ago

JavaRookie commented 6 years ago

报错:ERROR 3092 --- [reate-868214483] c.alibaba.druid.filter.stat.StatFilter : merge sql error, dbType sqlserver, druid-1.1.9, sql : null

lfeiniao commented 6 years ago

这个地方开启druid.stat.mergeSql=true,会报错,不开启的话我可以正常启动。但是sql 监控没有。请大佬给以解决

lihengming commented 6 years ago

麻烦帮测试下是 Spring Boot 版本的问题还是 Druid 版本升级导致的问题,手头没 sqlserver ,很捉急。

wenshao commented 6 years ago

把报错的信息发一下

lfeiniao commented 6 years ago

springboot2.0.1 + druid 1.1.5 项目没法启动。 image springboot1.5.13+druid1.1.5 image springboot2.0.1+druid1..1.9 可以启动。但是对sqlserver 支持不好,没有sql监控 image

zjf2671 commented 5 years ago

有同样的问题 springboot2.1.4 + druid1.1.9 image

JavaRookie commented 5 years ago

连接池配置注释

------------------ 原始邮件 ------------------ 发件人: "harry"notifications@github.com; 发送时间: 2019年7月4日(星期四) 下午5:25 收件人: "alibaba/druid"druid@noreply.github.com; 抄送: "卢科伟"546351019@qq.com; "Author"author@noreply.github.com; 主题: Re: [alibaba/druid] springboot2.0+druid1.1.9 不支持sqlserver (#2574)

有同样的问题 springboot2.1.4 + druid1.1.9

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

zjf2671 commented 5 years ago

image 注释掉后,错误是没有了,但是为什么sql监控看不到内容

JavaRookie commented 5 years ago

前端解析数据有问题 没法展示 但是可以看到数据的

------------------ 原始邮件 ------------------ 发件人: "harry"notifications@github.com; 发送时间: 2019年7月4日(星期四) 下午5:38 收件人: "alibaba/druid"druid@noreply.github.com; 抄送: "卢科伟"546351019@qq.com; "Author"author@noreply.github.com; 主题: Re: [alibaba/druid] springboot2.0+druid1.1.9 不支持sqlserver (#2574)

注释掉后,错误是没有了,但是为什么sql监控看不到内容

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

zjf2671 commented 5 years ago

image image 刚又试了下前端好像没有问题,是我这边配置有点问题, 我现在用上面的配置就可以了,不过还是非常感谢!