Use profile service Eureka client

User profile service is a Eureka client that registers with the Eureka server and gets automatically registered with Zuul api gateway.

How to build?

Without tests

>./gradlew clean build -x test

With tests

>./gradlew clean build

How to run?

>./gradlew bootRun -Pargs=--server.port=8088

or

>java -Dserver.port=8088 -jar ./build/libs/user-profile-service-0.0.1-SNAPSHOT.jar