Skip to content

Commit e230d2f

Browse files
committed
update doc
1 parent d18b9e2 commit e230d2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
- [spring-graphql-basics](./spring-graphql-basics/): simple example how to use Spring Boot with GraphQL
88

9-
GraphQL:
9+
Links:
1010

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)
1213
- [Netflix - DGS Framework](https://netflix.github.io/dgs/)
14+
- [Baeldung - Spring GraphQL](https://www.baeldung.com/spring-graphql)
1315

1416
## Posts
1517

spring-boot-docs-swagger/src/test/java/com/github/wesleyegberto/springdocsswagger/PetsControllerTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package com.github.wesleyegberto.springdocsswagger;
22

33
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;
55
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;
66
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
77

8-
import org.junit.jupiter.api.Test;
98
import org.springframework.beans.factory.annotation.Autowired;
10-
import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest;
119
import org.springframework.http.MediaType;
1210
import org.springframework.test.web.servlet.MockMvc;
1311

0 commit comments

Comments
 (0)