doc: 警告处理兜底方案。

This commit is contained in:
Suomm 2024-03-13 13:33:52 +08:00
parent 1ea36328ff
commit 7a9ee18a09

View File

@ -46,6 +46,14 @@ Bean 'x' of type [x] is not eligible for getting processed by all BeanPostProces
public class SampleApplication {} public class SampleApplication {}
``` ```
如果还是有警告,直接将日志级别改成 ERROR
```yaml
logging:
level:
org.springframework.context.support.PostProcessorRegistrationDelegate: error
```
## 阿里镜像找不到依赖? ## 阿里镜像找不到依赖?
```txt ```txt