I am recently learning Microservices Patterns book and I also want to dive deep into its code.
I installed docker, mysql on my machine, it would for me if I run gradlew :composeUp and it will run into the docker, however, it wouldn't work if I run the services from Intellij IDE.
Could someone help me how to start running/delopying each service on the development machine or IDE? any tools are needed to install before running them? Could someone share some instructions?
I am recently learning Microservices Patterns book and I also want to dive deep into its code.
I installed docker, mysql on my machine, it would for me if I run
gradlew :composeUp
and it will run into the docker, however, it wouldn't work if I run the services from Intellij IDE. Could someone help me how to start running/delopying each service on the development machine or IDE? any tools are needed to install before running them? Could someone share some instructions?