Spring Boot 獲取上下文環境

在Spring中能夠經過ContextLoader獲取上下文環境java WebApplicationContext webApplicationContext = ContextLoader.getCurrentWebApplicationContext(); 可是這種方式在Spring Boot是失效的。本文提供三種方案獲取Spring Boot上下文環境。web 1. 自動注入 @Autow
相關文章
相關標籤/搜索