abbility to run on cloud foundry instead of openshift
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
3
manifest.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
applications:
|
||||
- name: factory
|
||||
memory: 800M
|
||||
Reference in New Issue
Block a user