{"id":18613437,"url":"https://github.com/manju07/java-spring-boot-microservice-app","last_synced_at":"2026-04-06T02:34:11.673Z","repository":{"id":181373262,"uuid":"301035305","full_name":"manju07/java-spring-boot-microservice-app","owner":"manju07","description":"Sample microservice architecture application using java8, spring boot, and spring cloud.","archived":false,"fork":false,"pushed_at":"2024-02-24T07:10:24.000Z","size":208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T07:58:12.623Z","etag":null,"topics":["cloud-config","cloud-config-repo","docker","docker-compose","docker-images","eureka-discovery-service","eureka-server","java8","kubernetes","lombok","maven","microservices","microservices-application","mysql","oauth2-server","spring-boot","spring-cloud","spring-security","spring-security-oauth2","zuul-api-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/manju07.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":"2020-10-04T03:56:28.000Z","updated_at":"2024-03-16T17:49:42.000Z","dependencies_parsed_at":"2025-02-18T03:42:05.654Z","dependency_job_id":"568141b8-649e-4253-8c2f-94ca644e9a33","html_url":"https://github.com/manju07/java-spring-boot-microservice-app","commit_stats":null,"previous_names":["manju07/java-spring-boot-microservice-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manju07/java-spring-boot-microservice-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manju07%2Fjava-spring-boot-microservice-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manju07%2Fjava-spring-boot-microservice-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manju07%2Fjava-spring-boot-microservice-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manju07%2Fjava-spring-boot-microservice-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manju07","download_url":"https://codeload.github.com/manju07/java-spring-boot-microservice-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manju07%2Fjava-spring-boot-microservice-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31457722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cloud-config","cloud-config-repo","docker","docker-compose","docker-images","eureka-discovery-service","eureka-server","java8","kubernetes","lombok","maven","microservices","microservices-application","mysql","oauth2-server","spring-boot","spring-cloud","spring-security","spring-security-oauth2","zuul-api-gateway"],"created_at":"2024-11-07T03:22:06.695Z","updated_at":"2026-04-06T02:34:11.657Z","avatar_url":"https://github.com/manju07.png","language":"Java","readme":"##  Microservice Application\n\nThis application is built on Spring Boot, Spring Cloud, Cloud-Config, Eureka Naming server, Zuual API gateway, OAuth-2, Swagger, and MySql DB.\n\n`Note:`\n- We are using a GitHub repo for managing service config properties files. please clone below repo before running this application locally - [github repo link](https://github.com/manju07/java-spring-boot-microservice-app-config)\n\n- To run MySql locally with docker, please refer to this document, it is part of this repo `java-spring-boot-microservice-app/dbSetup.md`\n\n\n## Microservices\n\n### cloud-config-server \nThis will provide the service config property during runtime basis on the environment/configured at the service level. \n\nAs you are cloning the repo, you need to specify the repo path in this file `cloud-config-server/src/main/resources/application-dev.properties.`\n\n\u003e spring.cloud.config.server.git.uri=file:/path_to_git_repo\n#\n#\n\n### eureka-naming Server\nWe register all our microservices to track the health status and provide other service details for communication.\n#\n#\n\n### oauth2-authentication-server\nThis will perform the authentication and authorization based on roles assigned to the users.\n#\n#\n### user-service\nThis will be managing the users across all corporates on the basis of roles.\n#\n#\n### group-service\nThis will be managing the badges, and teams for all corporates.\n#\n#\n### zuul-api-gateway Server\nThis is a publicly exposed service, all requests are routed to different services one based on regex.\n#\n#\n\n## How to set up locally?\n* Dependencies for local setup - Visual Code/IntelliJ/Eclipse, Maven, JDK8, MySql Database, Docker, Thunderclient/Postman.\n\n* We are using a GitHub repo for managing service config properties files. please clone the below repo before running this application locally. \n    - https://github.com/manju07/java-spring-boot-microservice-app-config\n\n* DB Setup - To run MySql locally with docker, please refer to this document which is part of this repo `java-spring-boot-microservice-app/dbSetup.md`\n\n* 2 ways to run this application.\n    - Docker thru \n        - Get into the main directory folder, and run the command \"mvn clean package\". this will build all modules and docker images. then execute `run.sh`. \n\n    - Spring boot thru\n        - Run each service in the below order.\n        \t- cloud-config-server\n\t\t    - eureka-naming-server\n\t\t    - oauth2-authentication-server\n\t\t    - group-service\n\t\t    - user-service\n\t\t    - zuul-api-gateway-server\n* You can test by checking this swagger - http://localhost:8765/swagger-ui.html\n\n\n### Important Resources  \n\n- Postman Collections - \n`java-spring-boot-microservice-app/postman-collection_sample-app_postman.json`\n\n- Thunderclient Collections - \n`java-spring-boot-microservice-app/thunder-collection_sample-app.json`\n\n- Swagger Documentation - http://localhost:8765/swagger-ui.html\n\n\nAuthor - Manjunath Asundi \\\nEmailId:manjunathasundi07@gmail.com \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanju07%2Fjava-spring-boot-microservice-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanju07%2Fjava-spring-boot-microservice-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanju07%2Fjava-spring-boot-microservice-app/lists"}