rename assignment to roster & added executor registry to roster

This commit is contained in:
2021-11-08 14:23:27 +01:00
parent 5606de7c26
commit 5c445a2f66
57 changed files with 548 additions and 101 deletions

View File

@@ -0,0 +1,13 @@
package ch.unisg.roster;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class RosterApplicationTests {
@Test
void contextLoads() {
}
}