发表评论取消回复
相关阅读
相关 SpringBoot 整合 Redis 的简单使用
文章目录 前文 简介 SpringBoot 整合 Redis 添加依赖 配置 Redis 创建实体类 @RedisAutoCon
相关 【SpringBoot】三十四、SpringBoot整合Redis实现序列化存储Java对象
前面我们已经介绍过[【SpringBoot】十七、SpringBoot 中整合 Redis][SpringBoot_SpringBoot _ Redis],我们可以看出,在 S
相关 java SpringBoot(十六)Profile简单使用
为了方便多环境适配,springboot简化了profile功能。 1、配置文件目录结构: ![20210601111359792.png][] 其中 -prod 是代表
相关 java SpringBoot(十五)JUnit5简单使用
JUnit5的注解与JUnit4的注解有所变化 [https://junit.org/junit5/docs/current/user-guide/\writing-test
相关 java SpringBoot(十四)redis简单使用
一、导入pom依赖 因为我们使用jedis连接器,所以导入jedis依赖 <dependency> <groupId>org.springframew
相关 java Flink(三十四)Flink ReducingState简单使用
直接上代码: import org.apache.flink.api.common.functions.ReduceFunction; import org.
相关 springboot(十四)使用spring retry
在调用第三方接口或者使用mq时,会出现网络抖动,连接超时等网络异常,所以需要重试。 1、引入jar包 <dependency> <groupId>or
相关 springboot学习(十四):MongoDB的使用
说明 本篇博文主要记录总结在springboot中使用MongoDB,有关spring对MongoDB支持的更多内容详见:[《Spring Data MongoDB -
相关 springboot学习(十):Redis的使用
说明 通过本篇文章记录总结下在springboot中使用redis,还有在工作中使用redis时碰到的一些问题。 正文 引入依赖 新建springboot项
相关 SpringBoot系列二十四:整合Redis
1、pom引入依赖 <dependency> <groupId>org.springframework.boot</groupId>
还没有评论,来说两句吧...