summaryrefslogtreecommitdiff
path: root/microservices/01-oauth2-server/src/test/java/com/example/oauth2server
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-07-03 19:02:36 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-07-03 19:02:36 +0530
commitaa122113ade36f02dc8fdbebdf1232b5c4b8742c (patch)
treec345b83db6c769bf5e72a09e3f19d43431961695 /microservices/01-oauth2-server/src/test/java/com/example/oauth2server
parentb221a83ecef1dd7f9583d5107017d24e668205a6 (diff)
Microservice sample projects
Diffstat (limited to 'microservices/01-oauth2-server/src/test/java/com/example/oauth2server')
-rw-r--r--microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java b/microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java
new file mode 100644
index 0000000..507215a
--- /dev/null
+++ b/microservices/01-oauth2-server/src/test/java/com/example/oauth2server/Oauth2ServerApplicationTests.java
@@ -0,0 +1,13 @@
+package com.example.oauth2server;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class Oauth2ServerApplicationTests {
+
+ @Test
+ void contextLoads() {
+ }
+
+}