Skip to content

Commit 92e5953

Browse files
author
Greg Meyer
authored
Merge pull request #10 from DirectProjectJavaRI/develop
Releasing 8.0.6
2 parents 71b4fa8 + 762fcab commit 92e5953

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

manifest.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
applications:
33
- name: direct-config-service
44
instances: 1
5-
buildpack: java_buildpack
6-
path: target/config-service-6.0.1-SNAPSHOT.jar
5+
buildpack: java_buildpack_offline
6+
path: target/config-service-6.1-SNAPSHOT.jar
77
timeout: 120
88
env:
9+
spring.profiles.active: cloud
910
spring.cloud.config.label: master
1011
JBP_CONFIG_DEBUG: '{enabled: true}'
1112
JAVA_OPTS: -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
13+
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
1214
services:
13-
- directhisp-postgress
15+
- directhisp-mysql
1416
- directhisp-config-server
1517
- directhisp-rabbit
1618
- directhisp-eureka

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nhind</groupId>
55
<artifactId>config-service</artifactId>
6-
<version>8.0.4</version>
6+
<version>8.0.6</version>
77
<packaging>jar</packaging>
88
<name>NHIN Direct Java RI config service spring boot application</name>
99
<description>NHIN Direct Java RI config service spring boot application</description>

0 commit comments

Comments
 (0)