All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.manifest.yml Maven / Gradle / Ivy

Go to download

Archetype for a Tomcat-based project on SAP Cloud Platform (Cloud Foundry).

There is a newer version: 2.28.0
Show newest version
---
applications:

- name: ${artifactId}
  memory: 1280M
  timeout: 300
  random-route: true
  path: application/target/${artifactId}-application.war
  buildpacks:
    - sap_java_buildpack
  env:
    TARGET_RUNTIME: tomcat
    SET_LOGGING_LEVEL: '{ROOT: INFO, com.sap.cloud.sdk: INFO}'
    JBP_CONFIG_SAPJVM_MEMORY_SIZES: 'metaspace:128m..'
#  services:
#  - my-application-logs
#  - my-xsuaa
#  - my-destination
#  - my-connectivity




© 2015 - 2024 Weber Informatics LLC | Privacy Policy