-
17:40:28.271 [main] INFO c.l.w.c.c.XxlJobConfig - [xxlJobExecutor,47] - ====xxl-job config init====
17:40:28.273 [main] INFO c.l.w.c.c.XxlJobConfig - [xxlJobExecutor,56] - ====xxl-job config start …
-
I used the following formats(in short version):
```
...
```
Anything wrong with my config???
-
用的是 example里的standalone-mysql-8.yaml,只是mysql8的数据库换成了自己搭建的,刚开始都能用,但是一段时间后nacos会无法使用,之后重启就一直报数据库连不上,数据库连接数只有100多,最大100000,已经第三次删库重建了。。。,docker-compose如下:
version: "3.8"
services:
nacos:
image:…
-
# Enviroment
JDK Version(required):
jdk1.8
SpringBoot Version(required):
2.1.3.RELEASE
Starter Version(required):
2.5.3
# Describe
按照示例进行了项目改造,然后我不管在mapper还是serviceImpl里面设置ds源,都无效,直接全是pr…
-
文档上说的不支持spring原生事务,说的不完全对。
首先说下为什么不支持Spring原生事务,因为切面执行顺序不一样,如果 @Transactional 注解先执行会调用getConnection方法,这时候我们的@Ds注解还没起作用呢,所以拿到的Connection会有问题
但是我们让@Ds这个注解先起作用就可以了。
最后这个问题完全可以用手动调用切换数据源的操作来让项目支持…
-
**Is your feature request related to a problem? Please describe.**
仅使用postgresql数据库,仅仅为了存储Nacos的配置信息,而再加入mysql数据库。
**Describe the solution you'd like**
修改需涉及跟涉及跟数据源及CRUD操作相关的类,并增加nacos-postgres.s…
-
@ShardingTransactionType(TransactionType.XA)
@transactional(propagation = Propagation.REQUIRED,rollbackFor = Exception.class)
public Boolean A() {
mapperA.updateById();
B();
}
@transaction…
-
open derby datasource error while the first time startup nacos in standalone mode.
operating environment :
Thu Dec 22 10:23:35 CST 2022:
Booting Derby version The Apache Software Foundation -…
ilbcj updated
6 months ago
-
**Describe the bug**
在 nacos 启动时,和数据库相关配置或连接出现异常,主要是 jdbc 异常
```
2024-07-18 09:01:12,624 ERROR Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Er…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
### Apache SkyWalking Component
Java Agent (apa…