Skip to content

testcontainers-community/currency-exchange-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

currency-exchange-service

Demo app to explain how data initialization in Oracle DB can be done using Testcontainers

Instructions to Build and Test

  1. Ensure you have JAVA_HOME set as jdk 1.7.

  2. Change your current directory to currency-exchange-service project directory where pom.xml is present.

  3. Run the command mvnw.cmd install (if windows) or use mvnw, available for your use in the same directory.

  4. The build will take time as it will first download the oracle container image from the dockerhub. So, wait for its completion. Tests will get auto-invoked towards the end and the build is expected to get succeeded.

About

Demo app to explain how data initialization in Oracle DB can be done using Testcontainers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%