摘要: SpringBoot集成mybatis-plus(代码生成器) 1.maven依赖 <!-- mybaits plus--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</art 阅读全文
posted @ 2021-07-30 17:02 渝思 阅读(128) 评论(0) 推荐(0) 编辑
摘要: SpringBoot集成mybatis-plus 1. maven依赖 <!-- mybaits plus 插件 --> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artif 阅读全文
posted @ 2021-07-30 15:56 渝思 阅读(273) 评论(0) 推荐(0) 编辑
摘要: Lombok的基本使用 以前的Java项目中,充斥着太多不友好的代码:POJO的getter/setter/toString;异常处理;I/O流的关闭操作等等,这些样板代码既没有技术含量,又影响着代码的美观,Lombok应运而生。 Lombok的使用非常简单: 1.引入相应的maven包 <depe 阅读全文
posted @ 2021-07-30 15:30 渝思 阅读(532) 评论(0) 推荐(0) 编辑
摘要: ideaGit操作问题Your local changes would be overwritten by merge. Commit, stash or revert them to proceed. pull时候出现这个提示。Your local changes would be overwri 阅读全文
posted @ 2021-07-30 11:22 渝思 阅读(3364) 评论(0) 推荐(0) 编辑