Skip to content

tanishq9/Docker-for-Spring-Developers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

  • Docker is used for DB, mocking dependent service and integeration tesing (via testcontainers) in the job and candidate service repositories.

  • Execute the below commands in the services for testing -

gradle clean build
docker compose up --build