Skip to content

Instantly share code, notes, and snippets.

@louwersj
Created October 26, 2021 12:52
Show Gist options
  • Save louwersj/687c0262fac7d12ddf923c749774e92c to your computer and use it in GitHub Desktop.
Save louwersj/687c0262fac7d12ddf923c749774e92c to your computer and use it in GitHub Desktop.
package com.cegCloudNative.AdminServer;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AdminServerApplicationTests {
@Test
void contextLoads() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment