java使用redis 很简单,看我的github的例子就行 spirng整合redis,这里用xml配置方式实现 2.1导包 <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis ...
分类:
编程语言 时间:
2020-06-30 20:24:26
阅读次数:
80
Could not autowire. No beans of 'RestTemplate' type found. more... 一.问题描述: 今天在springboot项目中构建配置类时报错 二.问题分析: 经网上查询得知, idea的纠错机制在解析spring通过命名约定的方式进行配置时, ...
分类:
编程语言 时间:
2020-06-26 20:30:14
阅读次数:
70
MongoDB有哪些优秀特性及适合的场景是什么? 一、优秀特性 1、实用性:面向类json富文档数据模型,对开发人员天然的友好。 2、可用性:基于raft协议的自动高可用,轻松提供99.999%的可用性。 3、扩展性:对分片集群的支持,为业务提供了友好的水平扩展。 4、高性能:嵌套模型设计支持,减少 ...
分类:
数据库 时间:
2020-06-17 11:13:57
阅读次数:
77
《高可用架构第1卷【2】》 《高可用架构第1卷【1】》 https://www.cnblogs.com/cx2016/p/12074835.html 第3 章 电商架构热点专题.205张开涛/3.1 亿级商品详情页架构演进技术解密.2053.1.1 商品详情页2053.1.2 商品详情页发展史209 ...
分类:
其他好文 时间:
2020-06-16 13:30:08
阅读次数:
42
is not a @Sharable handler解决方法 昨天在写编码器的时候,因为是和spring整合,因此在使用编码的时候用Autowired自动注入 @Autowired private ProtocolDecoder protocolDecoder ; @Autowired privat ...
分类:
其他好文 时间:
2020-06-15 19:22:53
阅读次数:
113
@Configuration配置spring并启动spring容器 @Configuration用于定义配置类,标注在类上,相当于把该类作为spring的xml配置文件中的<beans>,作用是用于配置spring容器(应用上下文) 实例说明: 配置类 @Configuration public c ...
分类:
编程语言 时间:
2020-06-14 12:32:24
阅读次数:
49
SpringBoot2.x 整合Redis和使用Redis缓存 导入依赖 <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-redis --> <dependency> ...
分类:
编程语言 时间:
2020-06-13 10:31:13
阅读次数:
91
什么是Spring的后置处理器? Spring的后置处理器贯穿了整个springBean的实例化前后。 Spring后置处理器都有哪些类,哪些方法? 一.InstantiationAwareBeanPostProcessor InstantiationAwareBeanPostProcessor接口 ...
分类:
编程语言 时间:
2020-06-07 17:59:45
阅读次数:
62
RabbitMQ+Redis模拟手机验证码登录 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> <d ...
分类:
移动开发 时间:
2020-06-04 14:02:14
阅读次数:
74
批量导入数据: 1.在webapp下的template文件下导入excel模板文件 1.前端:提供下载模板文件 <!DOCTYPE html> <html> <head> <!-- 页面meta --> <meta charset="utf-8"> <meta http-equiv="X-UA-Co ...
分类:
其他好文 时间:
2020-06-02 23:11:04
阅读次数:
121