Springboot 動態刷新的幾點注意

一、bootstrap.yml中的配置屬性 沒法動態刷新 只能添加在application.yml中 二、須要在調用的地方添加@RefreshScope、不能只在Application上添加 3 、須要引入依賴java <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-
相關文章
相關標籤/搜索