diff options
Diffstat (limited to 'microservices/02-api-gateway/src/test')
| -rw-r--r-- | microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java b/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java new file mode 100644 index 0000000..8a7cdc7 --- /dev/null +++ b/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java @@ -0,0 +1,13 @@ +package com.example.apigateway; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class ApiGatewayApplicationTests { + + @Test + void contextLoads() { + } + +} |
