spring-projects / spring-integration-samples

You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
http://www.springsource.org/spring-integration
2.32k stars 2.55k forks source link

initial commit for graphql sample #316

Open dmfrey opened 2 years ago

dmfrey commented 2 years ago

The GraphqlApplication is missing in this commit... Probably better to extract that config from the test into the main app. And use that main app in the test configuration already. The @SpringBootTest should do the trick for us.

@artembilan this wasn't needed. I forgot to revert it to what it was previously. That will be addressed in the next commit.