Skip to content

Commit a88e64e

Browse files
committed
Addressed conflicts
Addressed conflicts and removed OCA requirements for Peter.
1 parent af0d7d4 commit a88e64e

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

MtdrSpring/backend/target/classes/application.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
spring.jpa.database-platform=org.hibernate.dialect.Oracle12cDialect
2-
oracle.jdbc.fanEnabled=false
1+
#spring.jpa.database-platform=org.hibernate.dialect.Oracle12cDialect
2+
#oracle.jdbc.fanEnabled=false
33
##this is not used when deployed in kubernetes. Just for local testing
4-
spring.datasource.url=jdbc:oracle:thin:@adbps_medium?TNS_ADMIN=/Users/psong/Downloads/Wallet_ADBPS
5-
spring.datasource.username=admin
6-
spring.datasource.password=WELcome__12345
4+
#spring.datasource.url=jdbc:oracle:thin:@adbps_medium?TNS_ADMIN=/Users/psong/Downloads/Wallet_ADBPS
5+
#spring.datasource.username=admin
6+
#spring.datasource.password=WELcome__12345
77

88
##Properties of UCP
99
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
@@ -20,5 +20,5 @@ logging.level.root=trace
2020
logging.file.name=logs.log
2121
logging.level.oracle.ucp=trace
2222

23-
spring.security.user.name=psomg
24-
spring.security.user.password=WELcome__12345
23+
#spring.security.user.name=psong
24+
#spring.security.user.password=WELcome__12345

MtdrSpring/backend/target/classes/application.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ spring:
1010
hibernate:
1111
ddl-auto: none
1212
show-sql: true
13+
security:
14+
user:
15+
name: ${ui_username}
16+
password: ${ui_password}

MtdrSpring/backend/target/classes/todolistapp-springboot.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ spec:
6060
name: dbuser
6161
key: dbpassword
6262
optional: true
63+
- name: ui_username
64+
value: "%UI_USERNAME%"
65+
- name: ui_password
66+
valueFrom:
67+
secretKeyRef:
68+
name: frontendadmin
69+
key: password
70+
optional: true
6371
volumeMounts:
6472
- name: creds
6573
mountPath: /mtdrworkshop/creds
76.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)