Skip to content

Commit

Permalink
BAEL-2106: Spring Boot deployment to Openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Nov 4, 2018
1 parent ab821cb commit ee2e546
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 226 deletions.
7 changes: 7 additions & 0 deletions spring-boot-bootstrap/openshift/configmap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: spring-boot-bootstrap
data:
application.properties: |-
spring.datasource.url=jdbc:mysql://baeldung-demo-db:3306/
Loading

0 comments on commit ee2e546

Please sign in to comment.