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

No mention of Spring Initializer on spring.io/guides #53

Closed NgyAnthony closed 4 years ago

NgyAnthony commented 4 years ago

Hi, did you omit mentioning Spring Initializer on the official guide of the website on purpose or is it just a mistake ? https://spring.io/guides/gs/crud-with-vaadin/

Also the guide mentions "Accessing data with JPA" but the link is dead. https://spring.io/gs/accessing-data-jpa

gregturn commented 4 years ago

The guides were actually created before start.spring.io. Not this guide, but the concept in general.

@Buzzardo, though, has undertaken porting them to its usage, so it's on a best-effort basis that such changes are happening.

NgyAnthony commented 4 years ago

The guides were actually created before start.spring.io. Not this guide, but the concept in general.

@Buzzardo, though, has undertaken porting them to its usage, so it's on a best-effort basis that such changes are happening.

I see ! Thank you for answering so quickly. Those guides are very well made, so I'm not really complaining. 👍

I'll let you guys decide if you want to close this issue or not.

Buzzardo commented 4 years ago

We appear to have a caching problem. The version on master includes a "Starting with Spring Initializr" section. We're looking into it.

The link you mentioned is broken in both versions. I'll fix that once we have the caching issue sorted.

Thanks much for letting us know, @NgyAnthony.

Buzzardo commented 4 years ago

Fixed now. @gregturn figured out that we had HTTP when we needed HTTPS, so our cache wasn't resetting. I fixed the broken link.