Open cy0826 opened 5 years ago
下载demo后seata的版本修改了吗?
下载demo后seata的版本修改了吗?
没改,需要改成哪个版本?
这个demo,自动代理数据源无效。在file.conf中或者在application.yml设置均无效 support {
spring {
datasource.autoproxy = true
} } 或者 client.support.spring.datasource.autoproxy: true 或者 support.spring.datasource.autoproxy: true 都试了没有生效
这个demo,自动代理数据源无效。在file.conf中或者在application.yml设置均无效 support {
spring
spring {
auto proxy the DataSource bean
datasource.autoproxy = true } } 或者 client.support.spring.datasource.autoproxy: true 或者 support.spring.datasource.autoproxy: true 都试了没有生效
我用了新版本就好了
springcloud-eureka-feign-mybatis-seata 这个例子时 启动account-server 的时候会报错,order-server可以正常启动