Replies: 9 comments 6 replies
-
按照官方文档去配置多数据源 主数据库为mysql 副数据库为clickhouse Error querying database. Cause: java.lang.UnsupportedOperationExceptionThe error may exist in com/higinet/democlickhousejdbc/mappers/clickhouse/ClickHouseMapper.java (best guess)The error may involve com.higinet.democlickhousejdbc.mappers.clickhouse.ClickHouseMapper.getThe error occurred while handling resultsSQL: select * from userCause: java.lang.UnsupportedOperationException |
Beta Was this translation helpful? Give feedback.
-
不是报错 是最新版的不支持clickhouse呀
我把主从换过来 clickhouse就不行了 两个mysql是可以的
…------------------ 原始邮件 ------------------
发件人: "baomidou/dynamic-datasource-spring-boot-starter" ***@***.***>;
发送时间: 2021年4月2日(星期五) 下午4:22
***@***.***>;
***@***.******@***.***>;
主题: Re: [baomidou/dynamic-datasource-spring-boot-starter] Welcome to dynamic-datasource-spring-boot-starter Discussions! (#318)
请仔细检查UnsupportedOperationException 原因, 我这边只负责切换数据库。 底层报错请自行排查
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
不懂了
我用mybaits-plus +阿里的连接池 是可以用的
光mybaits-puls 是不行的 只是啥问题呀
------------------ 原始邮件 ------------------
发件人: "baomidou/dynamic-datasource-spring-boot-starter" ***@***.***>;
发送时间: 2021年4月2日(星期五) 下午4:22
***@***.***>;
***@***.******@***.***>;
主题: Re: [baomidou/dynamic-datasource-spring-boot-starter] Welcome to dynamic-datasource-spring-boot-starter Discussions! (#318)
请仔细检查UnsupportedOperationException 原因, 我这边只负责切换数据库。 底层报错请自行排查
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
找到问题了
springboot默认的连接池应该不支持clickhouse
------------------ 原始邮件 ------------------
发件人: "baomidou/dynamic-datasource-spring-boot-starter" ***@***.***>;
发送时间: 2021年4月2日(星期五) 下午4:22
***@***.***>;
***@***.******@***.***>;
主题: Re: [baomidou/dynamic-datasource-spring-boot-starter] Welcome to dynamic-datasource-spring-boot-starter Discussions! (#318)
请仔细检查UnsupportedOperationException 原因, 我这边只负责切换数据库。 底层报错请自行排查
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
我使用的dynamic-datasource-spring-boot-starter、druid-spring-boot-starter,但是发现在定时任务里面调用方法无法切换数据源,应该怎么解决?(从controller进去调用方法是可以切换的) |
Beta Was this translation helpful? Give feedback.
-
你把注解@ds 用在哪层了
官方建议是用在service层
你说的事务那个问题 我也有看到过 说是把事务注解去掉好像就可以了
实现动态切换的方案不只这一种 其中有一种利用aop实现数据千幻的 使用起来跟@ds方法类似 而且还可以在每次数据库切换之前进行一些数据代码的操作
你可以看看
…------------------ 原始邮件 ------------------
发件人: "baomidou/dynamic-datasource-spring-boot-starter" ***@***.***>;
发送时间: 2021年4月14日(星期三) 下午5:04
***@***.***>;
***@***.******@***.***>;
主题: Re: [baomidou/dynamic-datasource-spring-boot-starter] Welcome to dynamic-datasource-spring-boot-starter Discussions! (#318)
我使用的dynamic-datasource-spring-boot-starter、druid-spring-boot-starter,但是发现在定时任务里面调用方法无法切换数据源,应该怎么解决?(从controller进去调用方法是可以切换的)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
你说的情况 我没遇到过 @ds注解可以使用在好多地方 比如一个函数上面 一个接口的上面 甚至是Mapper上 你都尝试下 如果都不行的话
你打个断点看看 在数据库切换附近 有什么不同的地方使他没切过去 还是什么情况
…------------------ 原始邮件 ------------------
发件人: "baomidou/dynamic-datasource-spring-boot-starter" ***@***.***>;
发送时间: 2021年4月14日(星期三) 下午5:31
***@***.***>;
***@***.******@***.***>;
主题: Re: [baomidou/dynamic-datasource-spring-boot-starter] Welcome to dynamic-datasource-spring-boot-starter Discussions! (#318)
注解是写在service层
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
支持整合mongodb吗,具体怎么整合 |
Beta Was this translation helpful? Give feedback.
-
@ds和parallelStream冲突了,导致获取不到想要的数据源。看了付费文档,说是可以在方法前加DS,但是没生效。我使用的springboot2, |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions