av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術文章
文章詳情頁

Spring外部化配置的幾種技巧分享

瀏覽:6日期:2023-07-08 13:02:09
目錄正文Envrionment 獲取外部配置修改Spring默認配置文件名稱Value注解配置來源外部化配置文件優先級問題Autowire注入ConfigurableEnvrionmentApplicationInitialiazer 配置總結正文Envrionment 獲取外部配置

@Log4j2@SpringBootApplicationpublic class ConfigurationApplication { public static void main(String[] args) {SpringApplication.run(ConfigurationApplication.class, args); } @Bean ApplicationRunner applicationRunner(Environment environment){return args -> { log.info('user.name : {}',environment.getProperty('user.name'));}; }}修改Spring默認配置文件名稱

啟動程序參數中加入如下配置:

--spring.config.name=appValue注解配置來源

配置文件

@BeanApplicationRunner applicationRunner(Environment environment, @Value('${greeting.message:hello boy}') String message){ return args -> { log.info('from application.properties user.name : {}',environment.getProperty('user.name')); log.info('from application.properties greeting.message : {}',message); };}

默認值

value注解通過冒號來配置默認值:

@Value('${greeting.message:hello boy}')

獲取環境變量值

獲取程序參數值

外部化配置文件優先級問題

如果有application.properties在springboot 啟動jar包同一目錄,會優先讀取這個文件中的配置。

Autowire注入ConfigurableEnvrionment

public static void main(String[] args) {new SpringApplicationBuilder().sources(ConfigurationApplication.class).run(args);}@Autowiredvoid getConfigurableEnvrionment(ConfigurableEnvironment environment) { environment.getPropertySources().addLast(new MyPropertySource());}ApplicationInitialiazer 配置

public static void main(String[] args) {new SpringApplicationBuilder().sources(ConfigurationApplication.class).initializers(applicationContext -> applicationContext.getEnvironment().getPropertySources().addLast(new MyPropertySource())).run(args); }static class MyPropertySource extends PropertySource<String>{ public MyPropertySource() { super('myproperty'); } @Override public Object getProperty(String name) { if(name.equalsIgnoreCase('author-name')){ return 'john'; } return null; }}

然后通過@Value注解注入獲取author-name:

@Bean ApplicationRunner applicationRunner(Environment environment,@Value('${greeting.message:hello boy}') String message,@Value('${author-name}') String name){return args -> { log.info('from application.properties user.name : {}',environment.getProperty('user.name')); log.info('from application.properties author.name : {}',name);}; }總結

Spring的Environment抽象有很多值得學習的地方,期待下一期每日小技巧。

以上就是Spring外部化配置的幾種技巧分享的詳細內容,更多關于Spring外部化配置的資料請關注好吧啦網其它相關文章!

標簽: Spring
相關文章:
主站蜘蛛池模板: 看av电影 | 国产欧美日韩一区二区三区在线观看 | 91精品久久久久久久久久小网站 | 国产精品久久 | 国产精品激情 | 天天综合天天 | 亚洲国产专区 | 欧美一级毛片在线播放 | 真人女人一级毛片免费播放 | 日干夜操 | 亚洲激情专区 | 91精品国产色综合久久不卡蜜臀 | 国产亚洲一区二区三区在线观看 | 日韩欧美国产不卡 | 精品久久久久久久久久久久 | 91亚洲国产精品 | 在线国产一区二区 | 91免费在线播放 | 户外露出一区二区三区 | 欧美中文字幕一区二区三区亚洲 | 男人av网 | 国产小视频精品 | 久久久国产精品入口麻豆 | 国产精品高潮呻吟 | 亚洲资源在线 | 久久青青 | 一二三区视频 | 91免费观看 | 亚洲精品一区二区三区蜜桃久 | 国产欧美精品在线观看 | 国产在线精品一区 | 日韩在线一区二区三区 | 欧美99久久精品乱码影视 | 国产精品自拍视频网站 | 久热国产精品视频 | 亚洲精品白浆高清久久久久久 | 视频一区二区在线观看 | 亚洲中字在线 | 国产日韩精品视频 | 在线久草| 国产精品视频导航 |