Initial commit

This commit is contained in:
Erik C. Thauvin 2023-10-22 18:32:14 -07:00
commit 4d4db1b153
22 changed files with 290 additions and 0 deletions

View file

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