summaryrefslogtreecommitdiff
path: root/microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java
blob: 507215a1093f7b7a1e578c9e8366a63f11116ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.example.oauth2server;

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

@SpringBootTest
class Oauth2ServerApplicationTests {

	@Test
	void contextLoads() {
	}

}