spring boot的基本配置——spring boot的全局配置文件——读取应用配置——Environment类


import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environment;

相关