refactor(api-doc): 重构 api-doc 模块,简化代码配置

This commit is contained in:
liquor
2025-12-24 08:52:42 +00:00
committed by Charles7c
parent 840e77d1ca
commit 4a82325b51
6 changed files with 4 additions and 321 deletions

View File

@@ -30,7 +30,8 @@ import java.io.IOException;
* 通用配置文件读取工厂
* <p>
* DefaultPropertySourceFactory 仅支持 properties
* 配置文件读取,详见:<a href="https://docs.spring.io/spring-boot/docs/2.0.6.RELEASE/reference/html/boot-features-external-config.html#boot-features-external-config-yaml-shortcomings">YAMLShortcomings</a>
* 配置文件读取,详见:<a
* href="https://docs.spring.io/spring-boot/docs/2.0.6.RELEASE/reference/html/boot-features-external-config.html#boot-features-external-config-yaml-shortcomings">YAMLShortcomings</a>
* </p>
*
* @author Charles7c