文章目录 springboot通过@PostConstruct给静态变量赋值 1、ConfigConstant 配置类 2、application.properties 配置文件 springboot通过@PostConstruct给静态变量赋值 1、ConfigConstant 配置类 import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.env.Environment; impo