Added RestServer + Added Create User (/users)

This commit is contained in:
2020-12-28 14:41:40 +01:00
parent e86ce341de
commit 6953010bd3
36 changed files with 882 additions and 203 deletions

View File

@@ -0,0 +1,5 @@
package at.reisinger;
public enum ElementTyp {
WATER, FIRE, NORMAL
}