01 2022 档案
摘要:参考地址:https://github.com/go-redis/redis 定义上下文以及连接的相关信息 var ctx = context.Background() var rdb = redis.NewClient(&redis.Options{ Addr: "localhost:6379",
阅读全文
摘要:官方参考文档:http://mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/ 当前版本说明:SpringBoot : 2.6.2 导入依赖 <dependency> <groupId>org.mybatis.spri
阅读全文
摘要:当前springboot版本为2.6.2 ,springfox-boot-stater版本为3.0.0,本文通过springfox-boot-stater 来实现对springboot接口的管理, 参考文档: 默认访问地址修改的文档说明:http://springfox.github.io/spri
阅读全文