摘要: 本文对 mbp-plus 必备的一些配置进行配置 包含: ​ - 依赖 ​ - mapper 配置 ​ - springboot 的 properties 相关配置 ​ - springboot 的 bean 配置 - 逻辑删除、分页插件 ​ - 持久化引擎配置,代码生成 依赖 <!--mybati 阅读全文
posted @ 2022-09-06 10:39 yangruomao 阅读(1242) 评论(0) 推荐(0) 编辑
摘要: 本文配置 swagger2.9 的基本、携带token 相关配置 本文携带token是因为用了spring security 引入依赖 <!--swagger--> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox- 阅读全文
posted @ 2022-09-06 10:25 yangruomao 阅读(597) 评论(0) 推荐(0) 编辑
摘要: springboot-redis 的RedisTemplate 使用起来太麻烦了,用这个工具类更方便的操作缓存 import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data 阅读全文
posted @ 2022-09-06 10:16 yangruomao 阅读(55) 评论(0) 推荐(0) 编辑