Skip to content

Latest commit

 

History

History

spring-boot-init

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

启动加载

  1. CommandLineRunner(注解的执行优先级是按value值从小到大顺序)
  2. InitializingBean
  3. @PostConstruct