Skip to content

Commit 398a71c

Browse files
authored
LBase updates and pom.xml addition of transfer module (#605)
* Adding +x to script, typos and remove verrazzano file * Repo updates for OL Changed repo for Oracle Linux to Oracle hosted repo * Typo in Dockerfile * Upgrading OKE and nodepool version to latest Current version 1.21.5 doesn't deploy properly. Upgrading to latest version * Updated README.md Changed the bit.ly URL * Initial check-in of sec workshop (#456) Initial check-in of sec workshop (#456) * Initial check in of Security Workshop (WMS8461) Initial check in of Security Workshop (WMS8461) * Initial check in of Security Workshop (WMS8461) * CLI Setup changes * Sample app Doc Update * Doc and SQL script updates * Created separate doc for the CLI stuff * cli doc changes * Removing CLI stuff * Doc updates * Doc bugs and Vault Documentation * Doc bugs and Vault docs * Vault Doc Updates * Setup doc fixes * Spell checking * Vault doc updates * Doc updates per Mark findings * Fix for k8s version and TF deprecated attr * Removed ssl_server_cert_dn from DBLINK * Remove _SSL_SERVER_CERT_DN vars * Adding back DB1_SSL_SERVER_CERT_DN * Vault doc updates * Vault doc updates * Setup and Vault changes * Typos * Added HashiCorp * Setup doc updates * Adding .gitignore for Hugo files * Rollback SSL_SERVER_CERT changes * Vault doc updates * PR fixes * Bugfixes * Vault doc update * Added Liquibase stuff * Liquibase stuff * LBase bug fixes and pom.xml update
1 parent eedc7dc commit 398a71c

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

cloudbank-v2/spring-apps/account/src/main/resources/application.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ spring:
1414
dialect: org.hibernate.dialect.Oracle12cDialect
1515
format_sql: true
1616
show-sql: true
17+
18+
liquibase:
19+
change-log: classpath:db/changelog/controller.yaml
20+
url: ${spring.datasource.url}
21+
user: ${spring.datasource.username}
22+
password: ${spring.datasource.password}
23+
enabled: ${LIQUIBASE_ENABLED:true}
24+
1725
datasource:
1826
url: ${spring.datasource.url}
1927
username: ${spring.datasource.username}

cloudbank-v2/spring-apps/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<module>account</module>
1818
<module>customer</module>
1919
<module>creditscore</module>
20+
<module>transfer</module>
2021
</modules>
2122

2223
<properties>

0 commit comments

Comments
 (0)