Results 4 issues of JogJo

"table": [ "user_[1-9]"]这种写法必须存在user_1、user_2。。。user_9这9张表 如果使用"table": [ "user_*"],不起效 如果使用"table": [ "user_\\d"],不起效 如果使用"table": [ "user_[\\d]"],不起效 如果使用"table": [ "user_'\\d'"],不起效 是不是不支持正则? 版本是2023.03

安装 docker run -d --name=wd -p 4444:4444 -p 7900:7900 -v /etc/localtime:/etc/localtime --shm-size="2g" selenium/standalone-chrome:latest docker run -d --name=wd -p 4444:4444 -p 7900:7900 -v /etc/localtime:/etc/localtime --shm-size="2g" selenium/standalone-chrome:115.0 防火墙开放4444、7900端口,能正常访问 http://192.168.1.100:4444/ui 配置: datart: screenshot:...

### Pre-check - [x] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...

status/waiting-for-feedback

application.yml中配置,只有producer和simple-consumer,没有看到push-consumer,是取消掉了吗? 官方示例里还是使用了push-consumer去配置,并通过实现RocketMQListener来消费消息 rocketmq: push-consumer: endpoints: 192.168.1.100:8081 tag: "*" simple-consumer: endpoints: 192.168.1.100:8081