{"id":37420864,"url":"https://github.com/larmic/spring-boot-demos","last_synced_at":"2026-01-16T06:06:17.036Z","repository":{"id":37796314,"uuid":"381064402","full_name":"larmic/spring-boot-demos","owner":"larmic","description":"Multiple spring boot samples written in Java or Kotlin.","archived":false,"fork":false,"pushed_at":"2025-12-19T22:00:12.000Z","size":1245,"stargazers_count":21,"open_issues_count":4,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-20T04:29:37.639Z","etag":null,"topics":["docker","dockerfile","elasticsearch","java","keycloak","kotlin","postgres","postgresql","properties","rabbit","rabbitmq","rest-api","spring","spring-boot","springboot","testcontainers"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/larmic.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-28T14:41:44.000Z","updated_at":"2025-03-25T19:36:01.000Z","dependencies_parsed_at":"2023-11-07T04:41:17.146Z","dependency_job_id":"857ac3f9-42a5-4a27-b4c1-aa22a6a2325b","html_url":"https://github.com/larmic/spring-boot-demos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/larmic/spring-boot-demos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larmic%2Fspring-boot-demos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larmic%2Fspring-boot-demos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larmic%2Fspring-boot-demos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larmic%2Fspring-boot-demos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larmic","download_url":"https://codeload.github.com/larmic/spring-boot-demos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larmic%2Fspring-boot-demos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: 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":["docker","dockerfile","elasticsearch","java","keycloak","kotlin","postgres","postgresql","properties","rabbit","rabbitmq","rest-api","spring","spring-boot","springboot","testcontainers"],"created_at":"2026-01-16T06:06:16.980Z","updated_at":"2026-01-16T06:06:17.028Z","avatar_url":"https://github.com/larmic.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot sample projects\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nThe goal of the project is to show simple demos of using [Spring Boot](https://spring.io/projects/spring-boot) with different technologies.\n\nThe examples are limited to Maven and JVM \u003e= 17 ([Java](https://www.java.com/de/) and [Kotlin](https://kotlinlang.org/)). \nSpecifically used technologies are described below in the table.\n\n| Demo                                             | Technologies                                | Content                                                                | Build status                                                                                                                                                                                                    |\n|--------------------------------------------------|---------------------------------------------|------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [properties](spring-boot-properties-java)        | `java`                                      | Using and override spring boot properties                              | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-properties.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-properties.yml)       |\n| [properties](spring-boot-properties-kotlin)      | `kotlin`                                    | Using and override spring boot properties                              | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-properties.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-properties.yml)       |\n| [rest service](spring-boot-rest-services-java)   | `java`, `rest`, `slice tests`               | Implementing rest services and using mockmvc                           | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-rest-services.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-rest-services.yml) |\n| [rest service](spring-boot-rest-services-kotlin) | `kotlin`, `rest`, `slice tests`             | Implementing rest services and using mockmvc                           | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-rest-services.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-rest-services.yml) |\n| [docker](spring-boot-in-docker)                  | `java`, `docker`                            | Package spring boot application in docker in different ways            | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-in-docker.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-in-docker.yml)         |\n| [postgres](spring-boot-postgres-java)            | `java`, `postgres`, `testcontainers`        | Using spring boot and postgresql and use testcontainers for testing    | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-postgres.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-postgres.yml)           |\n| [postgres](spring-boot-postgres-kotlin)          | `kotlin`, `postgres`, `testcontainers`      | Using spring boot and postgresql and use testcontainers for testing    | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-postgres.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-postgres.yml)           |\n| [elasticsearch](spring-boot-elasticsearch)       | `kotlin`, `elasticsearch`, `testcontainers` | Using spring boot and elasticsearch and use testcontainers for testing | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-elasticsearch.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-elasticsearch.yml) |\n| [keycloak](spring-boot-keycloak)                 | `java`, `keycloak`                          | Using spring boot and keycloak in one docker-compose                   | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-keycloak.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-keycloak.yml)           |\n| [rabbit mq](spring-boot-rabbitmq)                | `kotlin`, `rabbitmq`, `testcontainers`      | Using spring boot and rabbit mq and use testcontainers for testing     | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-rabbitmg.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-rabbitmg.yml)           |\n| [mongodb](spring-boot-mongodb)                   | `java`, `mongodb`, `testcontainers`         | Using spring boot and mongodb and use testcontainers for testing       | [![status](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-mongodb.yml/badge.svg)](https://github.com/larmic/spring-boot-demos/actions/workflows/spring-boot-mongodb.yml)             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarmic%2Fspring-boot-demos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarmic%2Fspring-boot-demos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarmic%2Fspring-boot-demos/lists"}