{"id":21753708,"url":"https://github.com/melardev/java_springcloud_eureka_zuul_admin_restcrud","last_synced_at":"2025-07-12T09:40:24.917Z","repository":{"id":107256254,"uuid":"192956901","full_name":"melardev/Java_SpringCloud_Eureka_Zuul_Admin_RestCrud","owner":"melardev","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-20T16:52:33.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T23:36:43.818Z","etag":null,"topics":["api","crud","eureka","gateway","hibernate","java","java-ee","javaee","jpa","microservices","netflix","rest","spring","spring-admin","spring-boot","spring-cloud","spring-data","zuul","zuul-api-gateway"],"latest_commit_sha":null,"homepage":"http://melardev.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melardev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-06-20T16:52:28.000Z","updated_at":"2019-09-04T19:49:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"66f20bc5-9689-476b-afd8-da266a4a44fd","html_url":"https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Admin_RestCrud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FJava_SpringCloud_Eureka_Zuul_Admin_RestCrud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FJava_SpringCloud_Eureka_Zuul_Admin_RestCrud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FJava_SpringCloud_Eureka_Zuul_Admin_RestCrud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FJava_SpringCloud_Eureka_Zuul_Admin_RestCrud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melardev","download_url":"https://codeload.github.com/melardev/Java_SpringCloud_Eureka_Zuul_Admin_RestCrud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244728200,"owners_count":20500023,"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":["api","crud","eureka","gateway","hibernate","java","java-ee","javaee","jpa","microservices","netflix","rest","spring","spring-admin","spring-boot","spring-cloud","spring-data","zuul","zuul-api-gateway"],"created_at":"2024-11-26T09:10:58.646Z","updated_at":"2025-03-21T02:46:02.657Z","avatar_url":"https://github.com/melardev.png","language":"Java","readme":"# Table of Contents\n- [Table of Contents](#table-of-contents)\n- [Introduction](#introduction)\n- [Full-stack Applications](#full-stack-applications)\n  - [E-commerce (shopping cart)](#e-commerce-shopping-cart)\n    - [Server side implementations](#server-side-implementations)\n    - [Client side implementations](#client-side-implementations)\n  - [Blog/CMS](#blogcms)\n    - [Server side implementations](#server-side-implementations-1)\n    - [Client side](#client-side)\n      - [The next come are](#the-next-come-are)\n  - [Simple CRUD(Create, Read, Update, Delete)](#simple-crudcreate-read-update-delete)\n    - [Server side implementations](#server-side-implementations-2)\n    - [Client side implementations](#client-side-implementations-1)\n      - [The next come are](#the-next-come-are-1)\n  - [CRUD + Pagination](#crud--pagination)\n    - [Server side implementations](#server-side-implementations-3)\n      - [The next come are](#the-next-come-are-2)\n    - [Client side implementations](#client-side-implementations-2)\n      - [The next come are](#the-next-come-are-3)\n- [Social media links](#social-media-links)\n- [Commands used to build the project](#commands-used-to-build-the-project)\n- [Follow me](#follow-me)\n    \n# Introduction\nThis microservices app is composed of Eureka, Zuul Api Gateway, Rest Api and an Admin Server, all other microservices\nare Admin Clients as well, the admin server is secured with admin/admin credentials. you can perform CRUD \non todos microservice through Zuul api gateway with the same URL as the dozens of CRUD projects I have on Github.\nGET localhost:8080/api/todos etc.\n\n# Full-stack Applications\n## Simple Crud\n### Server side implementations\n- [Python Django + Rest Framework](https://github.com/melardev/DjangoRestFrameworkCrud)\n- [Python Django](https://github.com/melardev/DjanogApiCrud)\n- [Python Flask](https://github.com/melardev/FlaskApiCrud)\n- [Asp.Net Core](https://github.com/melardev/AspNetCoreApiCrud)\n- [Asp.Net Core + MediatR](https://github.com/melardev/AspNetCoreApiCrudMediatR)\n- [Asp.Net Core + NHibernate](https://github.com/melardev/.NetCoreApiNHibernateCrud)\n- [Asp.Net Core + ADO.Net](https://github.com/melardev/.NetCoreApiADO.NetCrud)\n- [Asp.Net Core + Dapper](https://github.com/melardev/.NetCoreApiDapperCrud)\n- [Asp.Net Web Api 2](https://github.com/melardev/AspNetWebApiCrud)\n- [Asp.Net Web Api 2 + NHibernate](https://github.com/melardev/.NetWebApiNHibernateCrud)\n- [Asp.Net Web Api 2 + ADO.Net](https://github.com/melardev/.NetWebApiADO.NetCrud)\n- [Asp.Net Web Api 2 + Autofac](https://github.com/melardev/.NetWebApiAutofac)\n- [Asp.Net Web Api 2 + Dapper](https://github.com/melardev/.NetWebApiDapperCrud)\n- [Laravel](https://github.com/melardev/LaravelApiCrud)\n- [Ruby On Rails](https://github.com/melardev/RailsApiCrud)\n- [Ruby On Rails + JBuilder](https://github.com/melardev/RailsApiJBuilderCrud)\n- [Spring Boot + Spring Data JPA](https://github.com/melardev/SpringBootApiJpaCrud)\n- [Spring Boot + Spring Data MonoDb](https://github.com/melardev/JavaSpringBootApiMongoCrud)\n- [Spring Boot + Reactive Spring Data MonoDb + Basic Auth](https://github.com/melardev/JavaSpringBootRxApiRxMongoRxHttpBasicCrud)\n- [Kotlin Spring Boot + Reactive Spring Data MonoDb + Basic Auth](https://github.com/melardev/KotlinSpringBootRxApiRxMongoRxHttpBasicCrud)\n- [Kotlin Spring Boot + Spring Data MonoDb](https://github.com/melardev/KotlinSpringBootApiMongoCrud)\n- [Kotlin Spring Boot + Spring Data JPA](https://github.com/melardev/KotlinSpringBootApiJpaCrud)\n- [Spring Boot + JAX-RS(Jersey) + Spring Data JPA](https://github.com/melardev/SpringBootApiJerseySpringDataCrud)\n- [Spring Boot Reactive + MongoDB Reactive](https://github.com/melardev/SpringBootApiReactiveMongoCrud)\n- [Kotlin Spring Boot Reactive + MongoDB Reactive](https://github.com/melardev/KotlinSpringBootRxApiRxMongoCrud)\n- [Java Spring Boot Web Reactive + Spring Data](https://github.com/melardev/JavaSpringBootApiRxHybridCrud)\n- [Kotlin Spring Boot Web Reactive + Spring Data](https://github.com/melardev/KotlinSpringBootApiRxHybridCrud)\n- [Go + GORM](https://github.com/melardev/GoGormApiCrud)\n- [Go + GinGonic + GORM](https://github.com/melardev/GoGinGonicApiGormCrud)\n- [Go + Gorilla + GORM](https://github.com/melardev/GoMuxGormApiCrud)\n- [Go + Beego(Web and ORM)](https://github.com/melardev/GoBeegoApiCrud)\n- [Go + Beego + GORM](https://github.com/melardev/GoBeegoGormApiCrud)\n- [Express.JS + Sequelize ORM](https://github.com/melardev/ExpressSequelizeApiCrud)\n- [Express.JS + BookShelf ORM](https://github.com/melardev/ExpressBookshelfApiCrud)\n- [Express.JS + Mongoose](https://github.com/melardev/ExpressMongooseApiCrud)\n\n#### Microservices\n- [Java Spring Boot Zuul + Rest](https://github.com/melardev/JavaSpringBootZuulRestApiCrud)\n- [Kotlin Spring Boot Zuul + Rest](https://github.com/melardev/KotlinSpringBootZuulRestApiCrud)\n- [Java Spring Cloud Eureka + Gateway + EurekaClient Proxy + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_EurekaProxy_RestCrud)\n- [Java Spring Cloud Eureka + Gateway + LoadBalancedRest Proxy + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_LBRestProxy_RestCrud)\n- [Java Spring Cloud Eureka + Gateway + Cloud Stream RabbitMQ + Admin + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_CloudStreamRabbitMQ_Admin_RestCrud)\n- [Java Spring Cloud Eureka + Gateway + Config + Rest Swagger](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_Config_RestSwaggerCrud)\n- [Java Spring Cloud Eureka + Zuul + Config + Kafka + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Config_Kafka_RestCrud)\n- [Java Spring Cloud Eureka + Zuul + Config + Hystrix + Turbine + Feign + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Config_Hystrix_Turbine_Feign_RestCrud)\n- [Java Spring Cloud Eureka + Zuul + Feign + Sleuth + Zipkin + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Feign_Sleuth_Zipkin_RestCrud)\n- [Java Spring Cloud Eureka + Zuul + Admin + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Admin_RestCrud)\n- [Java Spring Cloud Eureka + Gateway + Webflux + RxMongoDB + Rx Proxy with WebClient](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_RxWeb_RxMongoDb_RxProxy)\n- [Java Spring Cloud Eureka + Config Server + Zuul + Kafka + Discovery Client Proxy + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Config_Kafka_ProxyDiscovery_RestCrud)\n\n### Client side implementations\n- [React](https://github.com/melardev/ReactCrudAsync)\n- [React + Redux](https://github.com/melardev/ReactReduxAsyncCrud)\n- [Angular](https://github.com/melardev/AngularApiCrud)\n- [Vue](https://github.com/melardev/VueAsyncCrud)\n- [Vue + Vuex](https://github.com/melardev/VueVuexAsyncCrud)\n\n#### The next come are\n- Angular NgRx-Store\n- Angular + Material\n- React + Material\n- React + Redux + Material\n- Vue + Material\n- Vue + Vuex + Material\n- Ember\n- Vanilla javascript\n\n## Crud + Pagination\n### Server side implementations\n- [AspNet Core](https://github.com/melardev/AspNetCoreApiPaginatedCrud)\n- [Asp.Net Core + NHibernate](https://github.com/melardev/.NetCoreApiNHibernateCrudPagination)\n- [Asp.Net Core + MediatR](https://github.com/melardev/AspNetCoreApiPaginatedCrudMediatR)\n- [Asp.Net Core + ADO.Net](https://github.com/melardev/.NetCoreApiADO.NetCrudPagination)\n- [Asp.Net Core + Dapper](https://github.com/melardev/.NetCoreApiDapperCrudPagignation)\n- [Asp.Net Web Api 2](https://github.com/melardev/WebApiPaginatedAsyncCrud)\n- [Asp.Net Web Api 2 + NHibernate](https://github.com/melardev/.NetWebApiNHibernateCrudPagination)\n- [Asp.Net Web Api 2 + ADO.Net](https://github.com/melardev/.NetWebApiADO.NetCrudPagination)\n- [Asp.Net Web Api 2 + Autofac](https://github.com/melardev/.NetWebApiAutofacPagination)\n- [Asp.Net Web Api 2 + Dapper](https://github.com/melardev/.NetWebApiDapperCrudPagination)\n- [Spring Boot + Spring Data + Jersey](https://github.com/melardev/SpringBootJerseyApiPaginatedCrud)\n- [Spring Boot + Spring Data](https://github.com/melardev/SpringBootApiJpaPaginatedCrud)\n- [Spring Boot + Spring Data MonoDb](https://github.com/melardev/JavaSpringBootApiMongoCrudPagination)\n- [Kotlin Spring Boot + Spring Data MonoDb](https://github.com/melardev/KotlinSpringBootApiMongoCrudPagination)\n- [Spring Boot Reactive + Spring Data Reactive](https://github.com/melardev/ApiCrudReactiveMongo)\n- [Java Spring Boot Web Reactive + Spring Data](https://github.com/melardev/JavaSpringBootApiRxHybridCrudPagination)\n- [Kotlin Spring Boot Reactive + MongoDB Reactive](https://github.com/melardev/KotlinSpringBootRxApiRxMongoCrudPagination)\n- [Kotlin Spring Boot Web Reactive + Spring Data](https://github.com/melardev/KotlinSpringBootApiRxHybridCrudPagination)\n- [Spring Boot + Reactive Spring Data MonoDb + Basic Auth](https://github.com/melardev/JavaSpringBootRxApiRxMongoRxHttpBasicCrudPagination)\n- [Kotlin Spring Boot + Reactive Spring Data MonoDb + Basic Auth](https://github.com/melardev/KotlinSpringBootRxApiRxMongoRxHttpBasicCrudPagination)\n- [Go + GORM](https://github.com/melardev/GoGormApiCrudPagination)\n- [Go + Gin Gonic + GORM](https://github.com/melardev/GoGinGonicApiPaginatedCrud)\n- [Go + Gorilla + GORM](https://github.com/melardev/GoMuxGormApiCrudPagination)\n- [Go + Beego(Web and ORM)](https://github.com/melardev/GoBeegoApiCrudPagination)\n- [Go + Beego(Web) + GORM)](https://github.com/melardev/GoBeegoGormApiCrudPagination)\n- [Laravel](https://github.com/melardev/LaravelApiPaginatedCrud)\n- [Rails + JBuilder](https://github.com/melardev/RailsJBuilderApiPaginatedCrud)\n- [Rails](https://github.com/melardev/RailsApiPaginatedCrud)\n- [NodeJs Express + Sequelize](https://github.com/melardev/ExpressSequelizeApiPaginatedCrud)\n- [NodeJs Express + Bookshelf](https://github.com/melardev/ExpressBookshelfApiPaginatedCrud)\n- [NodeJs Express + Mongoose](https://github.com/melardev/ExpressApiMongoosePaginatedCrud)\n- [Python Django](https://github.com/melardev/DjangoApiCrudPaginated)\n- [Python Django + Rest Framework](https://github.com/melardev/DjangoRestFrameworkPaginatedCrud)\n- [Python Flask](https://github.com/melardev/FlaskApiPaginatedCrud)\n\n\n#### MicroServices\n- [Java Spring Boot Zuul + Rest](https://github.com/melardev/JavaSpringBootZuulRestApiPaginatedCrud)\n- [Kotlin Spring Boot Zuul + Rest](https://github.com/melardev/KotlinSpringBootZuulRestApiPaginatedCrud)\n\n#### The next come are\n- NodeJs Express + Knex\n- Flask + Flask-Restful\n- Laravel + Fractal\n- Laravel + ApiResources\n- Go with Mux\n- AspNet Web Api 2\n- Jersey\n- Elixir\n\n### Client side implementations\n- [Angular](https://github.com/melardev/AngularPaginatedAsyncCrud)\n- [React-Redux](https://github.com/melardev/ReactReduxPaginatedAsyncCrud)\n- [React](https://github.com/melardev/ReactAsyncPaginatedCrud)\n- [Vue + Vuex](https://github.com/melardev/VueVuexPaginatedAsyncCrud)\n- [Vue](https://github.com/melardev/VuePaginatedAsyncCrud)\n\n\n#### The next come are\n- Angular NgRx-Store\n- Angular + Material\n- React + Material\n- React + Redux + Material\n- Vue + Material\n- Vue + Vuex + Material\n- Ember\n- Vanilla javascript\n\n## E-commerce\n### Server side implementations\n- [Spring Boot + Spring Data Hibernate](https://github.com/melardev/SBootApiEcomMVCHibernate)\n- [Spring Boot + JAX-RS Jersey + Spring Data Hibernate](https://github.com/melardev/SpringBootEcommerceApiJersey)\n- [Node Js + Sequelize](https://github.com/melardev/ApiEcomSequelizeExpress)\n- [Node Js + Bookshelf](https://github.com/melardev/ApiEcomBookshelfExpress)\n- [Node Js + Mongoose](https://github.com/melardev/ApiEcomMongooseExpress)\n- [Python Django](https://github.com/melardev/DjangoRestShopApy)\n- [Flask](https://github.com/melardev/FlaskApiEcommerce)\n- [Golang go gonic](https://github.com/melardev/api_shop_gonic)\n- [Ruby on Rails](https://github.com/melardev/RailsApiEcommerce)\n- [AspNet Core](https://github.com/melardev/ApiAspCoreEcommerce)\n- [Laravel](https://github.com/melardev/ApiEcommerceLaravel)\n\nThe next to come are:\n- Spring Boot + Spring Data Hibernate + Kotlin\n- Spring Boot + Jax-RS Jersey + Hibernate + Kotlin\n- Spring Boot + mybatis\n- Spring Boot + mybatis + Kotlin\n- Asp.Net Web Api v2\n- Elixir\n- Golang + Beego\n- Golang + Iris\n- Golang + Echo\n- Golang + Mux\n- Golang + Revel\n- Golang + Kit\n- Flask + Flask-Restful\n- AspNetCore + NHibernate\n- AspNetCore + Dapper\n\n### Client side implementations\nThis client side E-commerce application is also implemented using other client side technologies:\n- [React Redux](https://github.com/melardev/ReactReduxEcommerceRestApi)\n- [React](https://github.com/melardev/ReactEcommerceRestApi)\n- [Vue](https://github.com/melardev/VueEcommerceRestApi)\n- [Vue + Vuex](https://github.com/melardev/VueVuexEcommerceRestApi)\n- [Angular](https://github.com/melardev/AngularEcommerceRestApi)\n\n## Blog/CMS\n### Server side implementations\n### Client side\n#### The next come are\n- Angular NgRx-Store\n- Angular + Material\n- React + Material\n- React + Redux + Material\n- Vue + Material\n- Vue + Vuex + Material\n- Ember\n\n# Social media links\n- [Youtube Channel](https://youtube.com/melardev) I publish videos mainly on programming\n- [Blog](http://melardev.com) Sometimes I publish the source code there before Github\n- [Twitter](https://twitter.com/@melardev) I share tips on programming\n- [Instagram](https://instagram.com/melar_dev) I share from time to time nice banners\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelardev%2Fjava_springcloud_eureka_zuul_admin_restcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelardev%2Fjava_springcloud_eureka_zuul_admin_restcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelardev%2Fjava_springcloud_eureka_zuul_admin_restcrud/lists"}