Server done

This commit is contained in:
Robert-Ciubotaru
2023-06-04 21:38:08 +03:00
committed by GitHub
parent 7fe74e900a
commit fc628686d2
77 changed files with 2427 additions and 0 deletions
@@ -0,0 +1,9 @@
<archetype>
<id>Server_Delivery_Planner</id>
<sources>
<source>src/main/java/App.java</source>
</sources>
<testSources>
<source>src/test/java/AppTest.java</source>
</testSources>
</archetype>