Spring4 根据类型自动装配属性类型为java.util.Properties
巴扎黑
巴扎黑 2017-04-18 10:44:01
0
2
671
巴扎黑
巴扎黑

Antworte allen(2)
PHPzhong

不需要 get set 方法

@Value("#{propertiesReader}")
public Properties props;

@Value("#{propertiesReader['username']}")
public String username;
洪涛

既然你要注入的是整个 properties,那么应该写的是:

@Value("#{propertiesReader}")
public void setProps(Properties props) {
    this.props = props;
}

而不是

@Value("#{propertiesReader[username]}")
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage