
Mybatis
毛小树
Explore the unknown world!
展开
-
使用Mybatis Generator时遇到“Exception getting JDBC Driver”?
error description: Mybatis属于半自动ORM, 由于手动书写Mapping的映射文件很容易出错,我们可以利用Mybatis-Generator来帮我们自动生成文件。在eclipse中使用过Mybatis Generator过的小伙伴可能在右击其配置文件然后Run Mybatis Generator时候遇到过如下的问题:quick solution 在下图中添加对应的项目以及原创 2017-08-29 14:29:38 · 5975 阅读 · 0 评论 -
Daily-Notes-May
Mybatis$的sql注入问题,#可以防止;原创 2019-05-16 19:52:40 · 819 阅读 · 0 评论 -
Daily-Notes-June
20190603 函数式编程 一切皆是表达式。 命令式编程 是 告诉程序怎么做 函数式编程 是 告诉程序做什么 防止又臭又长的代码:Optional.of(user).map(User::getAddress).map(Address::getCountry).map(Country::getIsoCode).orElse(null); https://segmentfault.com/a/1...原创 2019-06-03 18:43:01 · 235 阅读 · 0 评论