archetype-resources.manifest.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of service-sdk-jersey-spring-archetype
Show all versions of service-sdk-jersey-spring-archetype
hybris maven archetype for a basic YaaS Service
%YAML 1.1
# This file is a Cloud Foundry application manifest.
# Use it to deploy your ${artifactId} service to a Cloud Foundry environment.
# To do so with the Cloud Foundry CLI-tool, execute the following command in this directory:
#
# cf push
#
# For more information see:
# http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
---
applications:
- name: ${artifactId}
instances: 1
memory: 1024M
host: ${artifactId}
path: target/${artifactId}.war
env:
# used in logging format and API Console
APP_NAME: ${artifactId}
APP_VERSION: ${version}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy