-
docker:l:nacos/nacos-server:latest
mysql:5.7
环境:腾讯云 单机部署
我参照了https://github.com/nacos-group/nacos-docker/issues/97
修改了cluster-hostname.yaml
```
version: "3"
services:
nacos1:
hostname: …
-
我的环境是
JDK1.8
SpringBoot-2.1.8.RELEASE
SpringCloud-Greenwich.SR2
seata-server-1.1
客户端使用的是spring-cloud-alibaba-seata,排除了seata-spring-boot-starter和seata-all,然后单独引用了seata-spring-boot-starter
A模块:web…
-
#### Bug, feature request, or proposal:
'@Injectable()' annotation position
#### What is the current behavior?
There is an '@Injectable()' annotation above 'DynamicDataSource'
#### What is the…
-
## Issue Description
about use docker mysql for nacos
### Describe what happened (or what feature you want)
i have a docker container(mysql:5.7) and a datebase for nacos(this config, i always use…
-
https://mp.weixin.qq.com/s/DTTcKxXpou7MXz_VFVkoRA?utm_source=tuicool&utm_medium=referral
-
- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
目前分布式事务应用中使用的是动态数据源,通过对动态数据源A和B的操作发现…
-
Tomcat部署的应用,应用关闭后,Druid-ConnectionPool-Create和Druid-ConnectionPool-Destroy线程依然存活,不断的重启应用,就会有很多这组线程存在。
通过对比和检查配置,系统中没有用到多数据源,但是配置方式有问题,依然使用了动态数据源。
原先只是把第二个数据源去掉,但是返回的依然是动态数据源
![image](https://…
-
# Enviroment
JDK Version(required):
1.8
SpringBoot Version(required):
2.1.7
Starter Version(required):
2.5.3
# Describe
能否给个动态增减数据源的Demo,你们码云的文档太简单了
Expected Result:
Actual Re…
-
I tried to use seata for multiple data source transaction but not work. Could anyone can help check if the way i m using is correct? Thanks a lot.
DataSourceProxyConfig has two data sources primary…
-
在动态数据源DynamicDataSource类中determineCurrentLookupKey,每次都是随机选择真实的DataSource,但是在DbSegmentIdServiceImpl.getNextSegmentId方法中使用了乐观锁,每获取一个SegmentInfo都存在query 以及 update 数据的动作,所以query和update可能操作的不是同一张表