将配置項讀取到字段上
@Configuration
@Getter
@Setter
public class PropertiesConfig {
@Value("${qizhan.root}")
private String root;
@Value("${qizhan.path}")
private String path;
}
将配置類自動注入
@Slf4j
@Component
public class PropertiesHelper {
@Autowired
public void init(PropertiesConfig config) {
WebConstants.WEB_ROOT = config.getRoot();
WebConstants.PATH = config.getPath();
log.info(WebConstants.WEB_ROOT);
}
}
- 版權所有(yǒu):奇站網絡 轉載請注明出處
- 廈門奇站網絡科(kē)技(jì )有(yǒu)限公(gōng)司,專業提供網站建設,響應式網站建設,小(xiǎo)程序開發,系統定制開發。
- 軟件開發咨詢熱線(xiàn):吳小(xiǎo)姐 13313868605