Spring Boot and SystemMessagesProvider

How to set a custom
SystemMessagesProvider on a Spring Boot Vaadin App?

Following Question.
How to Register SessionInitListener / SessionDestroyListener with Spring Boot autoconfig Vaadin App?

Found a way - not shure if its the best. Maybe some Hint in the direction :wink:

Simply define your own custom Bean and Override stuff there.

@Bean public VaadinServlet vaadinServlet() { return new SpringVaadinServlet(); }