Skip to content

Service Discovery Eureka Server with Kotlin, Spring Cloud Eureka and Docker

Notifications You must be signed in to change notification settings

G-khan/spring-eureka-server-kotlin

Repository files navigation

Simple Spring Cloud Eureka Server with Kotlin - Service Discovery

Service Discovery Eureka Server with Kotlin, Spring Cloud and Docker

Requirements

  1. Java - 1.11.x
  2. Gradle- 3.x.x
  3. Docker- 5.x.x

Running the App Type the following command in your terminal to run the app -

 ./gradlew bootRun

Build and Run with Docker Build the project with gradle:

./gradlew build

Build Docker and run docker with docker-compose

docker build . -t service-discovery-eureka

The app will start running at http://localhost:8761. and you can see registered services and ports

About

Service Discovery Eureka Server with Kotlin, Spring Cloud Eureka and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published