# SpringBoot启动调用方法注解

@PostConstruct
 
public void someMethod(){}
1
2
3