created gepafin project

This commit is contained in:
harish
2024-08-09 14:26:15 +05:30
parent 824f79079e
commit f8ec4e5bf4
11 changed files with 561 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package net.gepafin.tendermanagement;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TendermanagementApplicationTests {
@Test
void contextLoads() {
}
}