entity.java ##引入宏定义 $!{define.vm} ##使用宏定义设置回调(保存位置与文件后缀) #save("/entity", "$!{po.vm}.java") ##使用宏定义设置包后缀 #setPackageSuffix("entity") ##使用全局变量实现默
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds
修改vim /lib/systemd/system/docker.service这个文件 ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock 重启docker systemctl da
因为seata会读取数据库元数据信息,此时会读取到表的实际库名,但是服务数据库连接池是使用的代理数据库,回滚或者提交会使用实际库名,导致找不到表报错 临时修改seata-all.jar中的代码 加入以下代码,将读取到的实际数据库替换为mycat代理数据库,代码路径为: io.seata.rm.dat
依次在各节点上启动: ./kafka-server-start.sh -daemon ../config/server.properties 查看当前服务器中的所有topic ./kafka-topics.sh --list --zookeeper localhost:2181 创建topic ./
Class<?> targetCls = pjp.getTarget().getClass(); MethodSignature ms = (MethodSignature) pjp.getSignature(); Method method = targetCls.getDeclaredMetho
spring: jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 serialization: #格式化输出 indent_output: true #忽略无法
location /datax/ { proxy_pass http://172.16.0.8:32100/; proxy_cookie_path /172.16.0.8/ /; proxy_set_header Real-Host $host; #保留真实域名 proxy_set_h