spring boot 3.2.1 dremio jdbc jprofiler 集成
jprofiler 可以直接与idea 集成,对于分析一些实际需要debug 但是不好复现的问题还是比较方便的,以下是一个简单的与
dremio 集成的,spring boot 使用了3.2 (jdk 需要17)同时也会包含一些启动说明
安装idea 插件
直接plugins 的市场中搜索安装就可以了,之后就是配置了
idea 启动配置
因为dremio jdbc driver 是基于java 8开发的,有一些参数需要开启,不然会有问题
主要配置
java --add-opens=java.base/java.nio=ALL-UNNAMED -Dcdjd.io.netty.tryReflectionSetAccessible=true
idea 参考界面
jprrofiler 效果
- 启动选择
- idea 集成的ui
- jprofiler 信息
说明
idea 集成jprofiler 还是很方便的,可以方便的进行一些调用分析
参考资料
https://www.ej-technologies.com/resources/jprofiler/help/doc/main/ide.html
https://plugins.jetbrains.com/plugin/253-jprofiler