使用spring最简单地读取properties文件中的内容

Posted mayiaction

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用spring最简单地读取properties文件中的内容相关的知识,希望对你有一定的参考价值。

相比传统的读取propertis文件内容,使用spring框架会更加简单快捷

1. 第一步,在spring的配置文件中,将propertis文件加载到spring容器

技术图片

2. 加载了配置文件后,只需要在需要使用的地方,使用spring注入即可

技术图片

 

以上是关于使用spring最简单地读取properties文件中的内容的主要内容,如果未能解决你的问题,请参考以下文章

Spring源码分析.properties文件读取及占位符${...}替换源码解析

spring boot 无法读取application.properties问题

Spring Boot Actuator 不读取 git.properties

spring使用@Value注解读取.properties文件时出现中文乱码问题的解决

Spring BootSpringBoot 配置文件详解

使用 Spring 属性占位符从文件 .properties 中读取列表