diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-03 21:10:32 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-03 21:10:32 +0530 |
| commit | a0f3f5a069153c46ac3a85fa75c3ec50fea6ea99 (patch) | |
| tree | 6e97c9b87c314a8a64a25d3ffe10e710db1740fc /microservices/02-api-gateway/src/test/java/com | |
| parent | aa122113ade36f02dc8fdbebdf1232b5c4b8742c (diff) | |
Added Linux deb file creation scripts and build-all.sh
Diffstat (limited to 'microservices/02-api-gateway/src/test/java/com')
| -rw-r--r-- | microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 8a7cdc7..0000000 --- a/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.example.apigateway; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class ApiGatewayApplicationTests { - - @Test - void contextLoads() { - } - -} |
