亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

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
通辽市| 荣昌县| 襄樊市| 永川市| 泾阳县| 庆城县| 永靖县| 绥江县| 浠水县| 和林格尔县| 甘泉县| 石阡县| 洪湖市| 囊谦县| 樟树市| 札达县| 阳曲县| 安阳市| 文化| 义乌市| 汶川县| 德格县| 金沙县| 石景山区| 阿拉善盟| 葫芦岛市| 闽清县| 淄博市| 丰城市| 阿城市| 鄂伦春自治旗| 公安县| 龙井市| 乳山市| 故城县| 库尔勒市| 县级市| 郯城县| 思南县| 襄汾县| 凤翔县|