initial commit

This commit is contained in:
Dieter Hubau
2015-12-13 01:59:58 +01:00
commit 8dff4eb671
24 changed files with 964 additions and 0 deletions

10
manifest.yml Normal file
View File

@@ -0,0 +1,10 @@
---
memory: 512M
instances: 1
env:
JBP_CONFIG_OPEN_JDK_JRE: '[memory_calculator: {memory_heuristics: {heap: 70, metaspace: 10, stack: 10, native: 10}}]'
applications:
- name: spring-boot-banner-gen
path: target/cf-banner-gen-0.0.1-SNAPSHOT.jar
buildpack: https://github.com/cloudfoundry/java-buildpack
timeout: 120