springmvc中如何从配置文件中读取信息

2024-11-28 10:17:49
推荐回答(1个)
回答1:

1、第一步,先新建一个.properties文件,
app.properties里面内容
admin=admin
test=test
2、第二步,新建一个xml文件,在applicationContext.xml,




classpath:app.properties