{"id":40121691,"url":"https://github.com/vendelieu/spring-template","last_synced_at":"2026-01-19T12:36:43.212Z","repository":{"id":207383944,"uuid":"719114993","full_name":"vendelieu/spring-template","owner":"vendelieu","description":"Spring Boot basic structure Kotlin based template.","archived":false,"fork":false,"pushed_at":"2026-01-15T13:29:36.000Z","size":528,"stargazers_count":3,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-15T17:39:15.537Z","etag":null,"topics":["arrowkt","docker","jwt","keycloak","keycloak-resource-server","kotest","kotlin","mockk","oauth2-client","spring","template"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/vendelieu.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":"2023-11-15T13:40:32.000Z","updated_at":"2025-12-25T16:19:48.000Z","dependencies_parsed_at":"2024-10-23T06:34:05.653Z","dependency_job_id":"96eef014-9247-49a7-9257-3ea09f1f878e","html_url":"https://github.com/vendelieu/spring-template","commit_stats":null,"previous_names":["vendelieu/spring-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/vendelieu/spring-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendelieu%2Fspring-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendelieu%2Fspring-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendelieu%2Fspring-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendelieu%2Fspring-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vendelieu","download_url":"https://codeload.github.com/vendelieu/spring-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vendelieu%2Fspring-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28567938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["arrowkt","docker","jwt","keycloak","keycloak-resource-server","kotest","kotlin","mockk","oauth2-client","spring","template"],"created_at":"2026-01-19T12:36:43.152Z","updated_at":"2026-01-19T12:36:43.202Z","avatar_url":"https://github.com/vendelieu.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Spring Boot Kotlin Template\n\nThis is a Spring Boot template project using Kotlin, Spring Boot 3, Postgres, Flyway, OAuth2, Jwt, ArrowKt, Kotest, and\nMockK.\n\n## Requirements\n\n1. Java 11 or higher\n2. Gradle 6.8 or higher\n3. Kotlin 1.5.21 or higher\n4. Postgres 13.3 or higher\n\n**Running the App**\nType the following command in your terminal to run the app:\n\n     ./gradlew bootRun\n\n**Build and Run with Docker**\nBuild the project with gradle:\n\n    ./gradlew build\n\nBuild Docker and run docker with docker-compose:\n\n    ./gradlew build\n\n    docker compose -f ./docker up -d\n\nThe app will start running at  [http://localhost:8080](http://localhost:8080/)\n\n## Rest APIs\n\nThe app defines following for APIs.\n\n    GET /api/v1/user\n    {\n        \"code\": 200,\n        \"data\": {\n            \"id\": 1,\n            \"username\": \"Test\",\n            \"name\": \"ts\",\n            \"email\": \"test@gmail.com\",\n            \"created_at\": 1700031810575\n        }\n    }\n\n    GET /api/v1/user/1\n    {\n        \"code\": 200,\n        \"data\": {\n            \"id\": 1,\n            \"username\": \"Test\",\n            \"name\": \"ts\",\n            \"email\": \"test@gmail.com\",\n            \"created_at\": 1700031810575\n        }\n    }\n\n    POST /api/v1/user\n    {\n\t    \"name\":\"Walter W\",\n\t    \"username\":\"saymyname\"\n    }\n\n## Features\n\nThe project uses a [jOOQ extension plugin](https://github.com/vendelieu/jooq-extension) that extends DAO with interface\nthat have some helpful functions which often covers the need for repositories, so don't be surprised.\n\nProject also uses a Kotlin idiomatic approach in the error handling process - “exceptions for exceptional cases”, i.e.\nbusiness logic and its failures are processed manually and are completely covered without throwing exceptions for every\nsneeze and smearing logic out of context.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvendelieu%2Fspring-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvendelieu%2Fspring-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvendelieu%2Fspring-template/lists"}