码迷,mamicode.com
首页 > 其他好文 > 详细

CommandLineRunner接口

时间:2019-12-24 13:58:26      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:pojo   注册   style   spring   重写   运行时   span   mamicode   order   

一、首先创建一个MyCommandLineRunner类实现CommandLineRunner接口

? ?

技术图片

@Commponent把pojo注册到spring容器中

@Order(2)这个数越小优先级越前

? ?

二、重写run()函数

? ?

技术图片

args是系统启动时所传入的参数

? ?

? ?

? ?

? ?

三、传入参数

1、IDEA中传入参数

技术图片

? ?

? ?

2、打包运行时传入参数

技术图片

? ?

? ?

三、效果图

? ?

技术图片

? ?

技术图片

? ?

CommandLineRunner接口

标签:pojo   注册   style   spring   重写   运行时   span   mamicode   order   

原文地址:https://www.cnblogs.com/fernfei/p/12090763.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!