This an application to test crud operations in springboot

This commit is contained in:
Ebaecodes
2025-08-12 15:23:41 +02:00
parent ef253e6bf6
commit 68331fc639
12 changed files with 846 additions and 0 deletions

View File

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