979899100101102103
return new ApplicationStartup(); } //@Lazy public @Bean(name="messageSourceFactoryBean") MessageSourceFactoryBean messageSourceFactoryBean(){ return new MessageSourceFactoryBean(this.messageSource); }