-
spring boot中的@ConditionalOnProperty @ConfigurationProperties这些注解能够读到disconf下载下来的配置吗?
-
## Issue
When we do a supervisord build using the spring boot maven offline image which contains under `/tmp/artefacts` path, the Maven Spring Boot GAVS, then maven pull again the GAVs
https://8…
-
## Who is using JustAuth?
Sincerely thank everyone who constantly keeps on using and supporting JustAuth. We will try our best to make JustAuth better and make the community and ecology more prospe…
-
Scenario 1:
1) Create Maven Project
2) Select spring-boot-blank-archetype
![image](https://github.com/eclipse-theia/theia/assets/142282882/8682a665-580f-441c-8658-4e1e49d38574)
3) Faced error to…
-
## Issue Description
通过 Route ID 设置了 降级后,在gatewayFilter 通过dubbo调用 鉴权服务,鉴权服务返回错误后,首次通过接口调用返回状态 500 是正常,但降级后,**返回状态是 200 ,字符为空**,
- filter 设置了 Mono 返回 也无效
- 在 ErrorWebExceptionHandler 获取到了 ParamFl…
-
Version 2.5.0
I have added the @Audit annotation to one of my controller methods and have implemented the MetaData interface but no audit events are triggered
```
@Audit
public void handleRe…
-
## Expected Behavior
The application context to load when using spring boot test with the web environment
```
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
```
#…
-
With the new HxController, we have `onlyHxRequest()`, as suggested by @FroMage, it would be nice to introduce an annotation for this, the same for goes for `hx(HxResponseHeader hxHeader, String value)…
-
[R2DBC](https://github.com/r2dbc/r2dbc-spi) project reached 1.0 release and already has support for popular databases such as Oracle, PostgreSQL, MySQL, H2, MsSQL, and MariaDB. R2DBC provides a nice f…
-
### Arthas
To JMX, you have to create MBeans and register to the MBean server which is so annoying while injecting lots of business-unrelated code.
Arthas can almost the same thing as a co-host…