kong-k8s-springboot cleuton.sampaio (#13001)

Co-authored-by: cleutonsampaio <cleutonsampaio@cloud.upwork.com>
This commit is contained in:
Cleuton Sampaio
2022-11-09 19:14:27 -03:00
committed by GitHub
parent 61da4cb26e
commit 95f93aa13f
14 changed files with 742 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}