CDz1129

Results 2 issues of CDz1129

**请先看[《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md?utm_source=hacpai.com)**,并尝试到 **[issue 列表](https://github.com/xkcoding/spring-boot-demo/issues)** 搜寻是否已经有人遇到过同样的问题。 ---- ### 描述问题 `spring-boot-demo-sharding-jdbc`项目,只修改了`dataSource`中`url`、`username`、`password`参数,其他没有动。 `SpringBootDemoShardingJdbcApplicationTests`测试: `testInsert`通过。 `testUpdate`通过 `testDelete`通过 `testSelect`报错: ```bash org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.NullPointerException ### The error may exist...

bug

* PR 修复缺陷请先开 `issue` **[报告缺陷](https://github.com/xkcoding/spring-boot-demo/issues/142)** * PR 提交新特性请先开 `issue` **[报告新特性](https://github.com/xkcoding/spring-boot-demo/issues/142)**