SpringBoot ApplicationRunner/CommandLineRunner

CommandLineRunner、ApplicationRunner 接口是在容器啓動成功後的最後一步回調(相似開機自動啓動)。java

CommandLineRunner、ApplicationRunner 用法和做用都差很少,惟一不一樣的是在接收的參數形式上不一致。app

 

以啓動Jar包爲例

  CommandLineRunner: java -jar commandLineRunner.jar 0.0.0.0,80接口

  ApplicationRunner: java -jar applicationRunner.jar --host=0.0.0.0 --port=80get

 

參考文章:https://www.jianshu.com/p/5d4ffe267596io

相關文章
相關標籤/搜索