본문 바로가기

카테고리 없음

2020-05-12 06시 개발자 글 모음 | "Spring(boot)에서 초기화 코"

Spring(boot)에서 초기화 코드를 작성하는 방법 by 민동휘 about Spring

  • | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2
  • @SpringBootApplication public class DemoApplication { public static void main(String[] args) { //SpringApplication
  • //@Component public class AppStartingEvent implements ApplicationListener { @Override public void onApplicationEvent(ApplicationStartingEvent applicationStartingEvent) { System