Init commit

This commit is contained in:
2023-08-05 16:15:14 +03:00
commit ee8180dde4
3 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package ru.ldeloff.servermonitorbot;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ServerMonitorBotApplicationTests {
@Test
void contextLoads() {
}
}