spring-guides / gs-crud-with-vaadin

Creating CRUD UI with Vaadin :: Use Vaadin and Spring Data JPA to build a dynamic UI
https://spring.io/guides/gs/crud-with-vaadin
Apache License 2.0
108 stars 141 forks source link

Cannot incorporate into pom.xml #79

Closed Panthera-onca closed 3 years ago

Panthera-onca commented 3 years ago

Neither spring initialiser nor direct incorporation into pom.xml in accordance with your example get the module working properly. Is this because I am using Eclipse and not IntelliJ, or is there some other reason?

Panthera-onca commented 3 years ago

image

Panthera-onca commented 3 years ago

Tell me, please, if I am doing something wrong.

Buzzardo commented 3 years ago

It shouldn't matter whether you use IntelliJ or Eclipse. For my testing, I use neither and run the test script in the test directory.

Panthera-onca commented 3 years ago

My bad, I failed to specify version 14.0.0 in dependency management, now it works like a charm, sorry