{"id":15745655,"url":"https://github.com/dongju-na/spring-cloud-sample","last_synced_at":"2025-03-13T11:31:50.358Z","repository":{"id":208790352,"uuid":"722383775","full_name":"DongJu-Na/spring-cloud-sample","owner":"DongJu-Na","description":"Spring MSA architecture Sample Project","archived":false,"fork":false,"pushed_at":"2024-03-12T09:51:43.000Z","size":98,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T19:52:09.662Z","etag":null,"topics":["gradle","jdk17","msa","springcloud","springcloud-config","springcloud-demo","springcloud-eureka","springcloud-example","springcloud-gateway"],"latest_commit_sha":null,"homepage":"","language":"Java","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/DongJu-Na.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-23T03:03:27.000Z","updated_at":"2024-08-14T03:23:33.000Z","dependencies_parsed_at":"2023-11-23T10:29:01.858Z","dependency_job_id":"923da5fa-7b34-429c-aed2-502ccac7f071","html_url":"https://github.com/DongJu-Na/spring-cloud-sample","commit_stats":null,"previous_names":["dongju-na/spring-cloud-sample"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DongJu-Na%2Fspring-cloud-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DongJu-Na%2Fspring-cloud-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DongJu-Na%2Fspring-cloud-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DongJu-Na%2Fspring-cloud-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DongJu-Na","download_url":"https://codeload.github.com/DongJu-Na/spring-cloud-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243396513,"owners_count":20284363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gradle","jdk17","msa","springcloud","springcloud-config","springcloud-demo","springcloud-eureka","springcloud-example","springcloud-gateway"],"created_at":"2024-10-04T04:21:23.042Z","updated_at":"2025-03-13T11:31:50.087Z","avatar_url":"https://github.com/DongJu-Na.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spring-cloud-sample ![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white) ![Spring](https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge\u0026logo=spring\u0026logoColor=white) ![Gradle](https://img.shields.io/badge/Gradle-02303A.svg?style=for-the-badge\u0026logo=Gradle\u0026logoColor=white)😎\nSpring MSA architecture Sample Project\n\nWelcome to the Spring Cloud Microservices Project! This project is designed to demonstrate the implementation of microservices architecture using Spring Cloud in a multi-module Gradle project. The project is structured to include Eureka Server, Config Server, and Gateway Server.\n\n\u003cb\u003eConfig Git Here\u003c/b\u003e\n[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/DongJu-Na/spring-cloud-sample-config-repo)\n\n## Project Structure\n\nThe project is organized into the following modules:\n\n- **eureka-server**: Eureka Server module responsible for service registration and discovery.\n- **config-server**: Config Server module handling externalized configuration for microservices.\n- **gateway-server**: Gateway Server module serving as the entry point for all microservices.\n- **dummy-api-server**: This is a dummy API server for testing.\n\n## Prerequisites\n\nMake sure you have the following prerequisites installed:\n\n- Java 17\n- Gradle\n- Lombok plugin for your IDE (for annotation processing)\n\n## Getting Started\n\nTo build and run the project, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/spring-cloud-sample.git\n   cd spring-cloud-sample\n   ```\n\n2. Build the project:\n\n   ```bash\n   ./gradlew build\n   ```\n\n3. Run the Eureka Server:\n\n   ```bash\n   ./gradlew :eureka-server:bootRun\n   ```\n\n4. Run the Config Server:\n\n   ```bash\n   ./gradlew :config-server:bootRun\n   ```\n\n5. Run the Gateway Server:\n\n   ```bash\n   ./gradlew :gateway-server:bootRun\n   ```\n   \n6. Run the Dummy API:\n\n   ```bash\n   ./gradlew :dummy-api:bootRun\n   ```\n\nNow, you have the extended microservices architecture up and running locally.\n\n## Project Dependencies\n\n- Spring Boot: Rapid application development platform for building stand-alone, production-grade Spring-based applications.\n- Spring Cloud: Set of tools for building and orchestrating microservices.\n- Lombok: Library simplifying Java code and eliminating boilerplate code for better readability.\n\n## Additional Information\n\n- For detailed documentation and guides, refer to the [Spring Cloud Documentation](https://spring.io/projects/spring-cloud).\n- Explore each module's `build.gradle` file for specific dependencies and configurations.\n\nFeel free to contribute, report issues, or provide feedback. Happy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdongju-na%2Fspring-cloud-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdongju-na%2Fspring-cloud-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdongju-na%2Fspring-cloud-sample/lists"}