筆記:spring cloud alibaba中的nacos動態配置獲取

注意,若是在nacos的配置中配置了值,而若是要實現程序中動態讀取(就是nacos中配置的值改了,程序中要讀取),則要:  app @Autowired private ConfigurableApplicationContext applicationContext; // 從上下文中讀取配置 @GetMapping(value = "/hi") public String sayHi() {
相關文章
相關標籤/搜索