Initial commit

This commit is contained in:
2020-07-07 22:43:29 +02:00
commit 22af33852e
30 changed files with 1335 additions and 0 deletions

6
gradle.properties Normal file
View File

@ -0,0 +1,6 @@
projectname=template-service
projectgroup=de.twomartens
projectSourceCompatibility=11
org.gradle.daemon=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8