You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
284 B
YAML
11 lines
284 B
YAML
![]()
3 years ago
|
---
|
||
|
applications:
|
||
|
- name: spring-music-showoff
|
||
|
memory: 1G
|
||
|
random-route: true
|
||
|
path: build/libs/spring-music-1.0.jar
|
||
|
env:
|
||
|
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
|
||
|
SPRING_PROFILES_ACTIVE: http2
|
||
|
# JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 11.+ } }'
|