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
Since Spring-graphql is relatively new, there aren't many sources for samples.
Unfurtunately, i am not familiar with Gradle and im getting this error when linking the sample project webflux-security as Gradle Project and try running SampleApplication.java from Intellij IDE:
Project directory 'C:\Dev\spring-graphql\samples\webflux-security' is not part of the build defined by settings file 'C:\Dev\spring-graphql\settings.gradle'. If this is an unrelated build, it must have its own settings file.
It would be very helpfull to add a foolproof guide in the READMDE.md how to run the samples from the Commandline and IDE.
The text was updated successfully, but these errors were encountered:
Since
Spring-graphql
is relatively new, there aren't many sources for samples.Unfurtunately, i am not familiar with Gradle and im getting this error when linking the sample project
webflux-security
as Gradle Project and try runningSampleApplication.java
from Intellij IDE:Project directory 'C:\Dev\spring-graphql\samples\webflux-security' is not part of the build defined by settings file 'C:\Dev\spring-graphql\settings.gradle'. If this is an unrelated build, it must have its own settings file.
It would be very helpfull to add a foolproof guide in the
READMDE.md
how to run the samples from the Commandline and IDE.The text was updated successfully, but these errors were encountered: