package com.zhixinghe1.ots.config; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Configuration; @Configuration public class BizConfig { @Value("${file.tmp.dir}") private String fileTmpDir; }