spring boot使用(use)配置文件設置常量字段

  1. 新聞資訊
  2. 技術百科
行業動态 公司新聞 案例分享 技術百科

spring boot使用(use)配置文件設置常量字段

來(Come)源:奇站網絡 浏覽量:2125 發布日期: 2020-10-19

将配置項讀取到(arrive)字段上

  1. @Configuration
  2. @Getter
  3. @Setter
  4. public class PropertiesConfig {
  5. @Value("${qizhan.root}")
  6. private String root;
  7. @Value("${qizhan.path}")
  8. private String path;
  9. }

将配置類自動注入

  1. @Slf4j
  2. @Component
  3. public class PropertiesHelper {
  4. @Autowired
  5. public void init(PropertiesConfig config) {
  6. WebConstants.WEB_ROOT = config.getRoot();
  7. WebConstants.PATH = config.getPath();
  8. log.info(WebConstants.WEB_ROOT);
  9. }
  10. }
标簽: #spring boot
下一(one)篇 graphics2d 中文 亂碼

廈門極極網絡科技有限公司

電話:13313868605

QQ:3413772931

地(land)址:廈門集美區軟件園三期


                    掃一(one)掃加我(I)咨詢