解决 registered the JDBC driver [com.mysql.cj.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered./appears to have started a thread named [mysql-cj-abandoned-connection-cleanup] but has failed to stop it.

Springboot在tomcat Undeploying,或者容器中关闭时老是提示如下警告,虽然不会影响程序 […]

5.28千
0

解决表字段使用关键字导致Mybatis Generator生成代码异常的解决方案

在某个项目中遇到这么一个问题,因为原始表结构中某些字段定义使用了MySQL的关键字如match等,在使用Myb […]

636
0

MyBatis Generator V1.0.7-SNAPSHOT

这是 MyBatis Generator 插件的拓展插件包 应该说使用Mybatis就一定离不开MyBatis […]

187
0

MyBatis Generator Selective选择插入更新增强插件

在使用Mybatis保存或者更新数据时往往需要指定插入或者更新某些字段而非全字段,或者把数据库某字段置为nul […]

586
0

CentOS7 Docker 服务器搭建记录

记录一下在CentOS7上搭建Docker的过程,防止忘记。 ———————— […]

74
0

开启IDEA的自动编译功能

IDEA的自动编译功能不像Eclipse是自动开启的,所以每次编码完成需要ctrl+f9去运行编译,当我们使用 […]

67
0

MyBatis Generator 批量插入插件

提供了一个批量插入batchInsert方法,因为方法使用了使用了JDBC的getGenereatedKeys […]

1.31千
0

MyBatis Generator 数据Model属性对应Column获取插件

项目中我们有时需要获取数据Model对应数据库字段的名称,一般直接根据数据Model的属性就可以猜出数据库对应 […]

215
0

MyBatis Generator 数据Model链式构建插件

如果使用过jQuery,一定会对它的链式写法念念不忘,因为它的确很方便。而我们在对Java对象赋值时往往会对多 […]

116
0

MyBatis Generator实现Example类分包(修改目标包)插件

MyBatis Generator默认会把生成的表Model和Example类都放在一个包里,当项目表比较多时 […]

211
0