initial commit for graphql sample#316
Conversation
artembilan
left a comment
There was a problem hiding this comment.
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. |
| project('graphql') { | ||
| description = 'GraphQL Sample' | ||
|
|
||
| apply plugin: 'application' |
There was a problem hiding this comment.
Why did you take away Spring Boot plugin?
That one one take care for reactor dependencies and so on.
|
|
||
| apply plugin: 'application' | ||
|
|
||
| mainClassName = 'org.springframework.integration.samples.graphql.Main' |
There was a problem hiding this comment.
There is no such a class in your change...
No description provided.