Skip to the content.

Home / cs-notes / Architecture / Components / Spring / Boot / Configurations / Read / Value

info:
    address: addr
    company: comp
public class InfoConfig1
{
    @Value("${info.address}")    
    private String address;