{"id":15321343,"url":"https://github.com/fabianogoes/kotlin-microservices-springcloud","last_synced_at":"2026-01-20T21:07:15.338Z","repository":{"id":182202375,"uuid":"228093617","full_name":"fabianogoes/kotlin-microservices-springcloud","owner":"fabianogoes","description":"Example of Microservices with Spring Cloud and Kotlin","archived":false,"fork":false,"pushed_at":"2019-12-23T20:13:22.000Z","size":322,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T13:23:38.466Z","etag":null,"topics":["apigateway","config-server","discovery-server","eureka-server","kotlin","microservice","microservices","microservices-architecture","netflixoss","spring-boot","spring-cloud","springframework","zuul-server"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabianogoes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-12-14T21:49:49.000Z","updated_at":"2022-06-14T02:22:45.000Z","dependencies_parsed_at":"2023-07-19T04:52:45.659Z","dependency_job_id":null,"html_url":"https://github.com/fabianogoes/kotlin-microservices-springcloud","commit_stats":null,"previous_names":["fabianogoes/kotlin-microservices-springcloud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabianogoes/kotlin-microservices-springcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianogoes%2Fkotlin-microservices-springcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianogoes%2Fkotlin-microservices-springcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianogoes%2Fkotlin-microservices-springcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianogoes%2Fkotlin-microservices-springcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianogoes","download_url":"https://codeload.github.com/fabianogoes/kotlin-microservices-springcloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianogoes%2Fkotlin-microservices-springcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28613719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apigateway","config-server","discovery-server","eureka-server","kotlin","microservice","microservices","microservices-architecture","netflixoss","spring-boot","spring-cloud","springframework","zuul-server"],"created_at":"2024-10-01T09:10:32.112Z","updated_at":"2026-01-20T21:07:15.321Z","avatar_url":"https://github.com/fabianogoes.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example of Microservices with Spring Cloud and Kotlin\n\nThis is an example of Microservices using Spring Cloud and Kotlin\n\n**Stack:**\n- Java `1.8`\n- Maven `3`\n- Koltin `1.3.61`\n- Spring Boot `2`\n- Spring Cloud `Hoxton.RELEASE`\n- Server Register/Discover `Eureka`\n- Spring Cloud `Config Server`\n- Api Gateway `Zuul`\n- Actuator\n- Postman\n\n\n### References\n--------------\n\n- [Spring Cloud][0]\n- [Spring Cloud Netflix Eureka][1]\n- [Spring Cloud Config][2]\n- [Spring REST with a Zuul Proxy][3]\n- [Spring Cloud – Bootstrapping](https://www.baeldung.com/spring-cloud-bootstrapping)\n- [A Guide to Spring Cloud Netflix – Hystrix](https://www.baeldung.com/spring-cloud-netflix-hystrix)\n\n\n### Running all Services Local\n-----------------\n\n**Required Local Installed**\n\n- Docker\n- docker-compose\n\n```\n./run.sh\n```\n\n**Wait for complete boot and verify Eureka UI:** http://localhost:8761\n![Eureka](docs/eureka-ui.png)\n\n\n### Test using Postman\n\n\u003e Import Postam Collection `kotlin-microservices-springcloud.postman_collection.json`\n\n1. HEALTH CHECK GATEWAY\n2. HEALTH CHECK CALCULATOR by GATEWAY\n3. HEALTH CHECK SIMULATION by GATEWAY\n4. GET CALCULATOR by GATEWAY\n5. GET SIMULATION by GATEWAY\n\n\u003e Change any calculator's propertie in staging branch through of [config repository](https://github.com/fabianogoes/config-server-repo)\n\n**Execute again in the Postman**\n\n1. POST refresh CALCULATOR by GATEWAY\n2. GET SIMULATION by GATEWAY\n\n[0]: https://spring.io/projects/spring-cloud\n[1]: https://cloud.spring.io/spring-cloud-netflix/reference/html/\n[2]: https://cloud.spring.io/spring-cloud-config/reference/html/\n[3]: https://www.baeldung.com/spring-rest-with-zuul-proxy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianogoes%2Fkotlin-microservices-springcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianogoes%2Fkotlin-microservices-springcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianogoes%2Fkotlin-microservices-springcloud/lists"}