summaryrefslogtreecommitdiff
path: root/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java
blob: 8a7cdc721ba54e42e5190345243d182c05d45d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.example.apigateway;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class ApiGatewayApplicationTests {

	@Test
	void contextLoads() {
	}

}