Vaadin Spring Boot main method

Hello,

I use Vaadin together with Spring Boot. For building the spring boot application I use following plugin:

org.springframework.boot
spring-boot-maven-plugin

de.spring.myapplication.main


The main class (de.spring.myapplication.main) with annotation (@SpringBootApplication) is not in the same project with my vaadin classes. I referent it with maven dependencies. That works perfectly. Now I want to deploy it as a war file or start it with mvn jetty:run, for that I use vaadin-spring-boot-starter. He start spring boot and vaadin but open not my main method (de.spring.myapplication.main). What can I do?

Greets

Benjamin