欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

springboot 读取自定义.properties 文件的内容

程序员文章站 2024-03-14 15:17:46
...

1.类上加入注解制定properties文件

@PropertySource("classpath:downloadPath.properties")

2.在变量上加入注解就赋值了

@Value("${com.gl.crpt.fileSite}")
    private String site;

3.downloadPath.properties文件内容

com.gl.crpt.fileSite=C:/test/