当前位置:网站首页>Error creating bean with name ‘stringRedisTemplate‘ defined in class path re
Error creating bean with name ‘stringRedisTemplate‘ defined in class path re
2022-07-02 01:16:00 【Gossip blog】
Error generation environment
SpringBoot Project connection integration Redis Generated when database
Error description
Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool2.impl.GenericObjectPoolConfig
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_101]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_101]
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[na:1.8.0_101]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_101]
... 71 common frames omitted
The reason for the error
spring-boot-starter-data-redis By default lettuce As redis client , lettuce The underlying the netty Realization , Can be accessed concurrently in multiple threads , And thread safety , In the use of lettuce Thread pool needs to be configured **
terms of settlement
stay maven Introduction in Thread pool , We depend on zone=GMT
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.9.0</version>
</dependency>
边栏推荐
- Excel search and reference function
- Study note 2 -- definition and value of high-precision map
- Leetcode 45 Jumping game II (2022.02.14)
- 970 golang realizes the communication between multithreaded server and client
- Appium inspector can directly locate the WebView page. Does anyone know the principle
- Upgraded wechat tool applet source code for mobile phone detection - supports a variety of main traffic modes
- Global and Chinese markets of digital crosspoint switches and mux/demux 2022-2028: Research Report on technology, participants, trends, market size and share
- Powerful calendar wechat applet source code - support the main mode of doing more traffic
- Develop a simple login logic based on SSM
- Otaku wallpaper Daquan wechat applet source code - with dynamic wallpaper to support a variety of traffic owners
猜你喜欢

2022 low voltage electrician examination questions and answers

Infiltration records of CFS shooting range in the fourth phase of the western regions' Dadu Mansion

Random avatar encyclopedia, multi category wechat applet source code with history_ Support traffic master

AIX存储管理之逻辑卷的创建及属性的查看和修改

JMeter做接口测试,如何提取登录Cookie
![[eight sorts ①] insert sort (direct insert sort, Hill sort)](/img/8d/2c45a8fb582dabedcd2658cd7c54bc.png)
[eight sorts ①] insert sort (direct insert sort, Hill sort)

PLC Analog input analog conversion FB s_ ITR (Mitsubishi FX3U)

Viewing and modifying volume group attributes of Aix storage management (II)

Liteos learning - first knowledge of development environment
![[IVX junior engineer training course 10 papers to get certificates] 09 chat room production](/img/a8/25215e74162b7ab3f29df65681932b.jpg)
[IVX junior engineer training course 10 papers to get certificates] 09 chat room production
随机推荐
XMIND mind map
Review notes of compilation principles
How to compress video size while adding watermark with one click?
[image enhancement] vascular image enhancement based on frangi filter with matlab code
Error creating bean with name ‘stringRedisTemplate‘ defined in class path re
ECS project deployment
[IVX junior engineer training course 10 papers to get certificates] 0708 news page production
Exclusive delivery of secret script move disassembly (the first time)
You probably haven't noticed the very important testing strategy in your work
[IVX junior engineer training course 10 papers to get certificates] 01 learn about IVX and complete the New Year greeting card
Global and Chinese markets of digital crosspoint switches and mux/demux 2022-2028: Research Report on technology, participants, trends, market size and share
Global and Chinese markets for distributed generation and energy storage in telecommunications networks 2022-2028: Research Report on technology, participants, trends, market size and share
教你白嫖Amazon rds一年并搭建MySQL云数据库(只需10分钟,真香)
Basis of deep learning neural network
King combat power query renamed toolbox applet source code - with traffic main incentive advertisement
970 golang realizes the communication between multithreaded server and client
A problem about function template specialization
Random avatar encyclopedia, multi category wechat applet source code with history_ Support traffic master
SSO single sign on implementation.
【八大排序③】快速排序(动图演绎Hoare法、挖坑法、前后指针法)