Skip to content

Instantly share code, notes, and snippets.

@bbertka
Created July 22, 2015 22:21
Show Gist options
  • Save bbertka/b3a556cb8612189c4f35 to your computer and use it in GitHub Desktop.
Save bbertka/b3a556cb8612189c4f35 to your computer and use it in GitHub Desktop.
SCS version of Spring Boot Trader App
---
timeout: 180
instances: 1
memory: 512M
env:
SPRING_PROFILES_DEFAULT: cloud
JAVA_OPTS: -Djava.security.egd=file:///dev/urandom
applications:
- name: quotes-${random-word}
path: springboottrades-quotes/build/libs/quotes-0.2.jar
services: [ eureka-service ]
- name: accounts-${random-word}
path: springboottrades-accounts/build/libs/accounts-0.2.jar
services: [ eureka-service, traderdb ]
- name: portfolio-${random-word}
path: springboottrades-portfolio/build/libs/portfolio-0.2.jar
services: [ eureka-service, traderdb ]
- name: webtrader-${random-word}
path: springboottrades-web/build/libs/web-0.2.jar
services: [ eureka-service ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment