Skip to content

Instantly share code, notes, and snippets.

@andreaturli
Created August 4, 2016 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreaturli/0850672591e772dd3d25af9653d2797a to your computer and use it in GitHub Desktop.
Save andreaturli/0850672591e772dd3d25af9653d2797a to your computer and use it in GitHub Desktop.
```yaml
location: localhost
services:
-
type: org.apache.brooklyn.entity.java.VanillaJavaApp
id: microservice
brooklyn.config:
main: org.springframework.boot.loader.JarLauncher
classpath:
- /path/to/your/microservice.jar
# uncomment to use `args` to override the application.properties, i.e
#args:
#- "--spring.datasource.username=admin"
#- "--spring.datasource.password=password"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment