File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
spring-boot-docs-swagger/src/test/java/com/github/wesleyegberto/springdocsswagger Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- [ spring-graphql-basics] ( ./spring-graphql-basics/ ) : simple example how to use Spring Boot with GraphQL
8
8
9
- GraphQL :
9
+ Links :
10
10
11
- - [ Baeldung - Spring GraphQL] ( https://www.baeldung.com/spring-graphql )
11
+ - [ GraphQL] ( https://graphql.org/ )
12
+ - [ Spring GraphQL Docs] ( https://docs.spring.io/spring-graphql/reference/index.html )
12
13
- [ Netflix - DGS Framework] ( https://netflix.github.io/dgs/ )
14
+ - [ Baeldung - Spring GraphQL] ( https://www.baeldung.com/spring-graphql )
13
15
14
16
## Posts
15
17
Original file line number Diff line number Diff line change 1
1
package com .github .wesleyegberto .springdocsswagger ;
2
2
3
3
import static org .hamcrest .CoreMatchers .is ;
4
- import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .* ;
4
+ import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .post ;
5
5
import static org .springframework .test .web .servlet .result .MockMvcResultMatchers .jsonPath ;
6
6
import static org .springframework .test .web .servlet .result .MockMvcResultMatchers .status ;
7
7
8
- import org .junit .jupiter .api .Test ;
9
8
import org .springframework .beans .factory .annotation .Autowired ;
10
- import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
11
9
import org .springframework .http .MediaType ;
12
10
import org .springframework .test .web .servlet .MockMvc ;
13
11
You can’t perform that action at this time.
0 commit comments