java-tutorials/spring-boot-bootstrap/cloudfoundry/manifest.yml

11 lines
214 B
YAML
Executable File

---
applications:
- name: spring-boot-bootstrap
memory: 768M
random-route: true
path: ../target/spring-boot-bootstrap-cf.jar
env:
SPRING_PROFILES_ACTIVE: cloud,mysql
services:
- spring-bootstrap-db