apache / incubator-seata-samples

Apache Seata(incubating) Samples for Java
https://seata.apache.org/
Apache License 2.0
2.28k stars 1.92k forks source link

springcloud-eureka-feign-mybatis-seata account-server启动报错 #273

Open cy0826 opened 5 years ago

cy0826 commented 5 years ago

springcloud-eureka-feign-mybatis-seata 这个例子时 启动account-server 的时候会报错,order-server可以正常启动image image

lightClouds917 commented 4 years ago

下载demo后seata的版本修改了吗?

cy0826 commented 4 years ago

下载demo后seata的版本修改了吗?

没改,需要改成哪个版本?

fangqyou commented 4 years ago

这个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 都试了没有生效

cy0826 commented 4 years ago

这个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 都试了没有生效

我用了新版本就好了