Open apple987 opened 6 years ago
先决条件: 1.创建对应本地数据库实例,配置好数据库连接 2.配置本地hosts文件,添加127.0.0.1 inst1 127.0.0.1 inst2
最新版demo样例使用时会出现以下问题: 1.本地consumer编译之后,出现asm包冲突 2.排除asm冲突,启动项目之后,postman发送如下请求 http://localhost:7080/transfer?sourceAcctId=1001&targetAcctId=2001&amount=12 3.会出现Invalid bound statement (not found): com.bytesvc.consumer.dao.TransferDao.increaseAmount mybatis配置项存在问题。
先决条件: 1.创建对应本地数据库实例,配置好数据库连接 2.配置本地hosts文件,添加127.0.0.1 inst1 127.0.0.1 inst2
最新版demo样例使用时会出现以下问题: 1.本地consumer编译之后,出现asm包冲突 2.排除asm冲突,启动项目之后,postman发送如下请求 http://localhost:7080/transfer?sourceAcctId=1001&targetAcctId=2001&amount=12 3.会出现Invalid bound statement (not found): com.bytesvc.consumer.dao.TransferDao.increaseAmount mybatis配置项存在问题。