中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

spring怎么加載外部配置文件

小億
154
2023-09-19 01:36:31
欄目: 編程語言

在Spring中,可以使用PropertyPlaceholderConfigurerPropertySourcesPlaceholderConfigurer來加載外部配置文件。

  1. 使用PropertyPlaceholderConfigurer加載外部配置文件:
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="classpath:config.properties"/>
</bean>

其中,config.properties是外部配置文件的路徑。

  1. 使用PropertySourcesPlaceholderConfigurer加載外部配置文件:
@Configuration
@PropertySource("classpath:config.properties")
public class AppConfig {
// ...
}

在這種方式下,需要在Spring的Java配置類上使用@PropertySource注解,并指定外部配置文件的路徑。

在兩種方式下,外部配置文件中的屬性可以通過@Value注解或Environment對象進行注入和訪問。

@Value("${property.key}")
private String propertyValue;
@Autowired
private Environment env;
public void someMethod() {
String propertyValue = env.getProperty("property.key");
}

0
澳门| 六枝特区| 漳平市| 肇庆市| 上饶县| 女性| 常山县| 玉溪市| 威宁| 宣化县| 宜章县| 乌兰察布市| 三亚市| 孝感市| 渝北区| 肥城市| 辰溪县| 驻马店市| 烟台市| 涡阳县| 武夷山市| 临海市| 台中市| 噶尔县| 江门市| 阿拉善左旗| 霍林郭勒市| 交口县| 定西市| 扎赉特旗| 洪雅县| 南和县| 贡觉县| 阳信县| 元阳县| 新晃| 孟州市| 汉沽区| 柳州市| 太保市| 申扎县|