You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Readme's suggest running 'gradle eclipse' and 'then import the project into your IDE and run the above classes". However, suprisingly even with STS, gradle support is not installed by default, so you just get a bunch of files that STS can't build. Instead you must first install gradle integration as described below, then import as Gradle project, and everything works as expected: https://github.com/spring-projects/eclipse-integration-gradle/blob/master/README.md
Readme's suggest running 'gradle eclipse' and 'then import the project into your IDE and run the above classes". However, suprisingly even with STS, gradle support is not installed by default, so you just get a bunch of files that STS can't build. Instead you must first install gradle integration as described below, then import as Gradle project, and everything works as expected:
https://github.com/spring-projects/eclipse-integration-gradle/blob/master/README.md