Added rudimentarily REST-api with spring boot

This commit is contained in:
2021-11-07 19:16:09 +01:00
parent f3a6cdb3e9
commit 2ae8237db4
17 changed files with 1056 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Compiled class file
*.class
# Log file
*.log
# Package Files
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# private file with login-data
application.properties