expense List logic

This commit is contained in:
2024-12-24 23:04:35 +01:00
parent a3a89abc34
commit aa4ed91b9d
20 changed files with 659 additions and 157 deletions

View File

@@ -0,0 +1,13 @@
package de.zendric.app.xpensely_Server;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class XpenselyServerApplicationTests {
@Test
void contextLoads() {
}
}