{"id":19682159,"url":"https://github.com/nchinling/spring-playground","last_synced_at":"2026-04-07T23:31:53.964Z","repository":{"id":228560790,"uuid":"773655321","full_name":"nchinling/spring-playground","owner":"nchinling","description":"Playground on experimenting with various Spring / Spring Boot features for web development","archived":false,"fork":false,"pushed_at":"2024-05-21T10:39:50.000Z","size":201,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T07:20:10.511Z","etag":null,"topics":["spring","spring-boot","spring-cloud","spring-data-jpa","spring-mvc","springboot"],"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/nchinling.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":"2024-03-18T06:45:59.000Z","updated_at":"2024-05-21T10:39:54.000Z","dependencies_parsed_at":"2024-04-07T07:32:31.120Z","dependency_job_id":"800e142e-763f-46e3-a404-73a051c2dbac","html_url":"https://github.com/nchinling/spring-playground","commit_stats":null,"previous_names":["nchinling/spring-playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nchinling/spring-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchinling%2Fspring-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchinling%2Fspring-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchinling%2Fspring-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchinling%2Fspring-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nchinling","download_url":"https://codeload.github.com/nchinling/spring-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nchinling%2Fspring-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31533823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["spring","spring-boot","spring-cloud","spring-data-jpa","spring-mvc","springboot"],"created_at":"2024-11-11T18:09:48.956Z","updated_at":"2026-04-07T23:31:53.945Z","avatar_url":"https://github.com/nchinling.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Playground\r\nA repository for me to experiment with Spring/Spring Boot concepts\r\n\r\n1. rest_service - Create a RESTful Web Service\r\n\r\n2. consume - An application that consumes a RESTful web service. It consumes from quoters-masters\r\n\r\n3. swagger -Implementation of Swagger using Open API. Swagger is a powerful framework for designing, building, documenting, and consuming RESTful APIs. OpenAPI, formerly known as the Swagger Specification, is a widely adopted standard for describing RESTful APIs. \r\n\r\n4. unittest - Learning on JUnit 5, a unit testing framework for Java. \r\n\r\n5. mockito - Learning on Mockito, implemented together with JUnit. Mockito is a mocking framework, which allows for creation of mocked objects. \r\n\r\n6. Spring-security - Implementation of a basic authentication page using Spring-security \r\n\r\n7. Jacoco - Implementation of Java code coverage. Use 'mvn test' to generate report.\r\n\r\n8. JPA - Implementation fo Java Persistence API (JPA) on a Customer entity. Data is stored in H2 database. \r\n\r\n9. Task scheduling - Implement scheduling of task at fixed intervals. \r\n\r\n10. Caching - Implementation of caching a Spring managed bean, in this case on a simple book repository\r\n\r\n11. Feign Client - Implementation of feign client. Good learning\r\n\r\n12. Tanzu - Observability with VMWare's Tanzu\r\n\r\n13. GraphQL - Built a GraphQL service, running the query and writing a GraphQL test\r\n\r\n14. Exception handling - Handling exception at the controller level with annotations @ControllerAdvice and @ExceptionHandler\r\n\r\n15. Redis messaging broker - uses a publish-subscribe (pub/sub) messaging paradigm, where messages are published to a channel and any subscribers to that channel will receive the messages.\r\n\r\n16. RabbitMQ - A RabbitMQ AMQP server that publishes and subscribes to messages and creating a Spring Boot application to interact with that RabbitMQ server. The setting up of a RabbitMQ AMQP server is done separately.  \r\n```\r\ndocker pull rabbitmq\r\ndocker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.13-management\r\n```\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnchinling%2Fspring-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnchinling%2Fspring-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnchinling%2Fspring-playground/lists"}