-
### Description
**Background**
Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance. Currently, ShenYu has good usability and performance in microse…
-
此issue记录在Supconit工作时遇到的问题以及解决方案,今天是正式入职的第二周第二天
-
http://www.ityouknow.com/life/2019/08/10/jobless.html
命运的分叉口...
-
# 秋招面经
9月中旬从实习单位正式离职开始准备秋招,早出晚归复习,直到10月1日没有一个offer。这段时间心态十分爆炸,生活一团糟,国庆放假回家睡了两天,和朋友爸妈聊了很多稍微舒服了一点。大概生活还要继续。说是面经其实到现在为止面试机会都寥寥无几,写下来也作为自己不懂问题的集合,可以为了以后的面试好好准备。哼最想去的51信用卡结果笔试都挂了。
---
## 数立信息(一面挂)
一家…
-
### Describe the bug
TypeInstrumentation why cannot SpringBoot RedisOperations. ConvertAndSend to intercept
agent code:
```java
public class RedisPublishInstrumentation implements TypeInstrume…
-
Springboot version: 3.3.1
I want to connect multiple redis on springboot, and I have defined a custom prefix for creating my own LettuceConnectionFactory :
```
@ConfigurationProperties(prefi…
-
Description:
Running a springboot application and redis server on a docker engine.
I have exposed the port 8080 of the docker engine as the point of contact to my springboot application.
When mak…
-
### 使用的语言 / Language used
Java
### 使用的构建工具 / Build tool
Gradle
### 内容描述 / Description
用的是springboot的方式集成的simbot,下面是报错和依赖信息
2024-09-28T19:29:07.993+08:00 ERROR 23808 --- [stream_unblock] [atche…
-
Connected to the target VM, address: '127.0.0.1:1210', transport: 'socket'
08:55:46.754 [main] DEBUG reactor.util.Loggers - Using Slf4j logging framework
08:55:46.759 [main] DEBUG reactor.core.publi…
-
classe A{
method_1 ( ){
return method_2 ( );
}
@Cached
method_2 ( ){
}
}
spring 原有的cache模块可以用AspectJ+LTW实现类内部方法相互调用也走缓存。jetcache是否支持?