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 Spring-based project on SAP Cloud Platform (Cloud Foundry).

The newest version!
---
applications:

- name: ${artifactId}
  memory: 1024M
  timeout: 300
  random-route: true
  path: application/target/${artifactId}-application.jar
  buildpacks:
    - sap_java_buildpack
  env:
    TARGET_RUNTIME: main
    SPRING_PROFILES_ACTIVE: 'cloud'
    JBP_CONFIG_SAPJVM_MEMORY_SIZES: 'metaspace:128m..'
#  services:
#  - my-application-logs
#  - my-xsuaa
#  - my-destination
#  - my-connectivity




© 2015 - 2024 Weber Informatics LLC | Privacy Policy