vaadin / bakery-app-starter-fw8-spring

Internal repository for Bakery App Starter for FW8 and Spring
Other
0 stars 2 forks source link

Running Application directly in IntelliJ does not work #457

Closed johannest closed 7 years ago

johannest commented 7 years ago

Customer was confused when he was not able to run the app starter directly from Application class. He didn't know that he has to use ´mvn spring-boot:run´

Artur- commented 7 years ago

Is this with IntelliJ? Should change the scopes as described in a comment in the original blog post already and then deal with the consequences, if there are any

johannest commented 7 years ago

Yes, IntelliJ. Yes, he said that the was able to fix the issue like that

Artur- commented 7 years ago

Some additional problems reported with Intellij by @OlliTietavainenVaadin :

Trying to run the app by using the IntelliJ menu: Run/Application. The app started, but it didn't download some dependencies maybe, so he got an error that the Widgetset was missing Board. Running mvn spring-boot:run once fixed it, though