Skip to content

Commit 1da6342

Browse files
author
boyunkai
committed
[feature]更新 README
1 parent 4ac81a1 commit 1da6342

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

09mq/activemq-demo/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,16 @@
1010
> - 另一个程序每隔 100ms 定时从表里读取所有 status=0 的订单,打印一下订单数据,然后改成完成 status=1;
1111
> - **TODO (挑战☆)考虑失败重试策略,考虑多个消费程序如何协作。**
1212
13+
#### 解决org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题
14+
15+
`application.yml`文件下添加配置信息:
16+
17+
```sh
18+
mybatis:
19+
mapper-locations: classpath:mapper/*.xml
20+
```
21+
22+
#### ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
23+
24+
建议不要在创建表的过程中使用mysql保留字,避免后期造成麻烦
25+

0 commit comments

Comments
 (0)