头像

张群

帅气的我简直无法用语言描述!

springboot启动执行(CommandLineRunner和ApplicationRunner)

一样: 都能实现启动执行,这两个接口中有一个run方法,我们只需要实现这个方法即可。 不同: ApplicationRunner中的run方法的参数为ApplicationArguments,而Com...
头像3周前
000