springboot判断测试环境 2021-08-14 约 46 字 预计阅读 1 分钟 次阅读 文章目录 1 2 3 4 5 6 7 8 9 10 @Value("${spring.profiles.active}") private String profile; private boolean isDebug; @PostConstruct private void init() { isDebug = "dev".equalsIgnoreCase(profile); log.info("环境变量 {} {}",profile,isDebug); } 文章作者 LYR 上次更新 2021-08-14 赞赏支持 微信打赏 支付宝打赏