복붙노트

[SPRING] ContextRefreshedEvent 봄에 발사 될 때?

SPRING

ContextRefreshedEvent 봄에 발사 될 때?

나는 무엇을 실행하는 동안 그 이후에 대해 ApplicationContext를 완전히로드 될 때 한 번 발사되지만, 알고? "상쾌"단어가 새로 고침 트리거된다는 것을 의미하지만, 나는 ApplicationContext를 새로 고침으로 봄 자격 궁금해?

질문을 후속 : 이 이벤트는 동시 스레드에 의해 트리거 될 수 있습니까? 내가 스레드 안전이 이벤트에 대한 이벤트 처리기을해야합니까?

해결법

  1. ==============================

    1.속성, XML 또는 스키마 파일 / 새로로드 할 때이 발사되고, http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/support/AbstractApplicationContext.html#refresh- -

    속성, XML 또는 스키마 파일 / 새로로드 할 때이 발사되고, http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/context/support/AbstractApplicationContext.html#refresh- -

    그것은 일반적으로 스프링에 의해 암시 적으로 발사되어,하지만 당신은 그 어떤 경우에 발생 할 수 있어야한다, 그러나 여기 그렇게되면 자바 문서는 말한다이다

  2. from https://stackoverflow.com/questions/39934919/when-is-contextrefreshedevent-fired-in-spring by cc-by-sa and MIT license