Closed johannest closed 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
Yes, IntelliJ. Yes, he said that the was able to fix the issue like that
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
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´