Skip to content

Commit ee2e546

Browse files
committed
BAEL-2106: Spring Boot deployment to Openshift
1 parent ab821cb commit ee2e546

3 files changed

Lines changed: 342 additions & 226 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: spring-boot-bootstrap
5+
data:
6+
application.properties: |-
7+
spring.datasource.url=jdbc:mysql://baeldung-demo-db:3306/

0 commit comments

Comments
 (0)