--- applications: - name: spring-petclinic memory: 512M instances: 1 random-route: true path: build/libs/spring-petclinic.war

This commit is contained in:
Kumaresh 2016-05-19 16:40:57 +05:30
parent 05f7cf4e3f
commit d8192e8354

7
manifest.yml Normal file
View file

@ -0,0 +1,7 @@
---
applications:
- name: spring-petclinic
memory: 512M
instances: 1
random-route: true
path: build/libs/spring-petclinic.war