Springboot 自定义配置 方式一【10】

app.name=Richard
app.version=1.0.1
app.description=这是一家波波网站
app.page-size=20
app.show-advert=true
app.website=http://www.baidu.com

@PropertySource("classpath:config.properties")

    @Value("${app.name}")
    private String name;

 

发布了92 篇原创文章 · 获赞 5 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/xfb1989/article/details/104038871
今日推荐