diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..14a405c --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: java $JAVA_OPTS -jar target/*.jar diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..41a52d4 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1 @@ +server.port: ${port:8080} \ No newline at end of file diff --git a/system.properties b/system.properties new file mode 100644 index 0000000..4d46ac0 --- /dev/null +++ b/system.properties @@ -0,0 +1 @@ +java.runtime.version=1.7 \ No newline at end of file