summaryrefslogtreecommitdiff
path: root/microservices/03-resource-server/src/test/java/com/example/resourceserver/ResourceServerApplicationTests.java
blob: a787fbe4a018ecced63050e4c96e0691983673e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.example.resourceserver;

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

@SpringBootTest
class ResourceServerApplicationTests {

	@Test
	void contextLoads() {
	}

}