91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

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
老河口市| 隆安县| 华坪县| 托克逊县| 分宜县| 湖口县| 靖江市| 三穗县| 永定县| 迁安市| 罗平县| 潮安县| 平度市| 潜山县| 连南| 靖边县| 松阳县| 长治市| 新蔡县| 大邑县| 久治县| 永清县| 鹤岗市| 安达市| 上蔡县| 宣威市| 荣昌县| 增城市| 噶尔县| 南宫市| 昂仁县| 大名县| 凉城县| 冀州市| 鄂伦春自治旗| 沅江市| 视频| 潞城市| 石河子市| 防城港市| 扶余县|