-
https://spring.hhui.top/spring-blog/2021/06/10/210610-SpringBoot%E5%9F%BA%E7%A1%80%E7%AF%87%E4%B9%8B%E8%87%AA%E5%AE%9A%E4%B9%89%E9%85%8D%E7%BD%AE%E6%BA%90%E7%9A%84%E4%BD%BF%E7%94%A8%E5%A7%BF%E5%8A%BF/…
-
使用springboot,springwebflux,mysql,mongo,redis,gradle,docker,k8s,web3j构建项目,给前端提供,钱包登录,用户登录,监听solidity合约事件,mysql 存储用户数据、订单数据,mongo存储,日志、统计用户行为数据,web3j可以跟合约交互
-
remote: # 指定远程缓存
default:
type: redis.lettuce
keyConvertor: fastjson # key转换器的全局配置,当前只有一个已经实现的keyConvertor:fastjson。仅当使用@CreateCache且缓存类型为LOCAL时可以指定为none,此时通过equals方法来识别key。方法缓存必须指…
-
作者,你好
我在项目中使用Maven集成了jetcache-starter-redis-springdata, version=2.6.0 启动后一直报循环依赖
Error creating bean with name 'globalCacheConfig' defined in class path resource [com/alicp/jetcache/autoconfigure/…
-
-
你写的里面能跑起来嘛?好像是有问题吧
![image](https://user-images.githubusercontent.com/23806639/28266410-457180ac-6b27-11e7-950d-c8d62ff2c2ba.png)
TcRan updated
7 years ago
-
建议同时采用聚合和继承,使用`` 管理 `spring-boot-dependencies`,这样可以更方便的管理 SpringBoot 版本,也方便约束一些其它包(比如 `mybatis-plus-boot-starter` )的版本,
比如`/spring-boot-examples/pom.xml`:
```xml
4.0.0
com.example
…
-
How to access redis with password?
-
升级了springboot到2.2.2,好像spring-data-redis的版本不匹配了
Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.alicp.jetcache.autoconfigure.RedisAutoConfiguration$RedisAutoInit] from Cl…
-
Hi, I am getting Pool exhausted when I pass a ClientResources which does use an executor with virtual threads.
```
java.util.concurrent.CompletionException: java.util.NoSuchElementException: Pool …