mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
doc: 警告处理兜底方案。
This commit is contained in:
parent
1ea36328ff
commit
7a9ee18a09
@ -46,6 +46,14 @@ Bean 'x' of type [x] is not eligible for getting processed by all BeanPostProces
|
||||
public class SampleApplication {}
|
||||
```
|
||||
|
||||
如果还是有警告,直接将日志级别改成 ERROR:
|
||||
|
||||
```yaml
|
||||
logging:
|
||||
level:
|
||||
org.springframework.context.support.PostProcessorRegistrationDelegate: error
|
||||
```
|
||||
|
||||
## 阿里镜像找不到依赖?
|
||||
|
||||
```txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user