abbility to run on cloud foundry instead of openshift

This commit is contained in:
Jakub Pilimon
2018-03-17 19:21:02 +01:00
parent 27361f823a
commit a9dab7c0df
3 changed files with 21 additions and 1 deletions

View File

@@ -82,6 +82,12 @@
<version>42.1.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.cloudfoundry</groupId>
<artifactId>auto-reconfiguration</artifactId>
<version>1.12.0.RELEASE</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
@@ -112,6 +118,17 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>http://repo.spring.io/libs-release-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<properties>
<java.version>1.8</java.version>
</properties>

View File

@@ -1,3 +1,3 @@
spring.datasource.url=jdbc:postgresql://postgresql:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=D8pmLhcl6MVSIlyq
spring.datasource.password=postgres

3
manifest.yml Normal file
View File

@@ -0,0 +1,3 @@
applications:
- name: factory
memory: 800M