Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-khan/spring-eureka-server-kotlin
Service Discovery Eureka Server with Kotlin, Spring Cloud Eureka and Docker
https://github.com/g-khan/spring-eureka-server-kotlin
Last synced: 8 days ago
JSON representation
Service Discovery Eureka Server with Kotlin, Spring Cloud Eureka and Docker
- Host: GitHub
- URL: https://github.com/g-khan/spring-eureka-server-kotlin
- Owner: G-khan
- Created: 2021-01-17T14:09:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T20:09:55.000Z (almost 4 years ago)
- Last Synced: 2023-07-19T17:34:39.336Z (over 1 year ago)
- Language: Kotlin
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](http://localhost:8761/).
and you can see registered services and ports