To simulate the 3rd party dictionary service, we need to run the DictionaryService
in its own terminal:
./gradlew runThirdPartyDictionary
We also need add a fake dns entry to etc/hosts
:
127.0.0.1 localhost api.dictionary.com
./gradlew check
To simulate the 3rd party dictionary service, we need to run the DictionaryService
in its own terminal:
./gradlew runThirdPartyDictionary
We also need add a fake dns entry to etc/hosts
:
127.0.0.1 localhost api.dictionary.com
./gradlew check