-
Use the following command to execute the compilation and everything works:
`mvn -Pnative clean native:compile`
However, executing with the following command fails:
`mvn -Pnative clean spring-boot:b…
qa137 updated
3 weeks ago
-
demo: https://github.com/imgoby/spring-cloud-alibaba-dubbo-native/tree/main/spring-cloud-alibaba-gateway
step 1: mvn clean package native:compile
step 2: run application
step 3: visit page,the…
-
We should decide if we want to deprecate and later remove `@ControllerEndpoint` and `@RestControllerEndpoint` from the actuator. Using them ties the user to WebMVC or WebFlux and they were meant to ea…
-
Generate Spring Autoconfig workflow failed:
```
[INFO] Scanning for projects...
Error: ] Some problems were encountered while processing the POMs:
Error: Child module /home/runner/work/spring-cl…
-
There are numerous overlaps between the features that Spring exposes and AWS provides. For example, we could integrate any number of the various AWS databases with spring-data.
[spring-cloud-aws](h…
-
Use the following command to execute the compilation and everything works:
`mvn -Pnative clean native:compile`
However, executing with the following command fails:
`mvn -Pnative clean spring-boot:b…
qa137 updated
3 weeks ago
-
I use Spring Cloud Gateway. After changing the inbound protocol from HTTP/1.1 to HTTP/2, we occasionally encounter `IllegalReferenceCountException`.
I observed that the error occurs only in two s…
-
**Describe the bug(描述您遇到的问题)**
在idea2023.1.2版本中遇到下载后,无法使用的问题。也尝试过卸载Alibaba Cloud AI Coding Assistant,再重新安装无法解决,搜索不了的问题。
**To Reproduce(复现步骤)**
在关闭idea的状态下,删除 C:\Users\用户名 下的 .cosy文件 ;再打开idea就没有问题…
-
Question
I'm using Spring Cloud Gateway MVC to create custom routes. I need to associate multiple before functions and multiple after functions for each route I build. I needed to control the order…
-
hi @guywald , sorry if this is in the wrong place - I wasn't sure the best place to ask this question.
I am in the process of creating a Unity3d game using AWS as my backend and came across your po…