文章标签 #Annotation

让 @PropertySource 注解支持加载 yml 配置文件

2024年07月05日 by emanjusaka 阅读 52 点赞 0

让 @PropertySource 注解支持加载 yml 配置文件

@PropertySource 默认只支持 properties 文件和 xml 文件,并不能加载 yml 或 yaml。我们可以通过自定义资源加载的工厂指定 yml 加载器去加载 yml 的配置文件。

阅读全文…

标签: Annotation Java Spring yml

发布在 Spring

微知识:@PathVariable 注解

2024年03月27日 by emanjusaka 阅读 36 点赞 0

微知识:@PathVariable 注解

阅读全文…

标签: Annotation Springmvc

发布在 微知识