mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-06 20:21:13 +00:00
0.0.1 Alpha version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package tech.ailef.dbadmin;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class SpringBootDbAdminApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user