-
### Environment
* Dubbo version: 2.7.13 升级到3.0.11
* Operating System version: window
* Java version: 1.8
### Steps to reproduce this issue 重现此问题的步骤
1. 当一个应用实例的某个接口在本应用中用 `@Autowired` 注入过…
-
### Bug Type (问题类型)
server status (启动/运行异常)
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题…
-
在springboot项目中,模板放resource中报错,但是读取本地文件没问题,指定template为inputstream时也是报这个错,怎么解决,在线等,急
com.alibaba.excel.exception.ExcelGenerateException: Create workbook failure
at com.alibaba.excel.context.WriteCo…
-
## BUG 报告
### 你使用了哪个项目?hippo4j config 还是 hippo4j server?
hippo4j config 使用的是如下版本:
> `
> cn.hippo4j
> hippo4j-config-spring-boot-starter
> 1.4.3-upgra…
-
扩展包使用到了javax.servlet.ServletOutputStream类,最新版springboot使用的类jakarta.servlet.ServletOutputStream
包名变化导致不兼容问题。
-
I am using Springboot 2.4.5 (Spring 5.3.6) with `io.projectreactor.tools:blockhound-junit-platform`.
I recently got into a blocking call issue in following code
```
String csv = Files.readString(…
-
## Feature Request
### Is your feature request related to a problem?
Start the proxy using yaml configuration, there is no configuration to modify the datasourcePool. Sharding-proxy create a thr…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
spring-boot-autoconfigure-2.3.2.RELE…
-
I'm having trouble logging in
nerdctl login -u admin -p Harbor12345 https://xxxx:30003
WARN[0000] WARNING! Using --password via the CLI is insecure. Use --password-stdin.
ERRO[0000] fail…
-
开发者您好,
根据Wiki所示,provider的impl继承的是UserRestService,看代码里是UserService,请问是否是写错了。
另外,看DEMO里UserService类并没有添加@RequestMapping和@GetMapping,这样客户端通过httprest调用服务端是不是无法做到?
我用两个SpringBoot项目,分别作…