{"id":21493046,"url":"https://github.com/eukolos/spring-boot-3-example","last_synced_at":"2026-05-04T12:33:08.235Z","repository":{"id":135414681,"uuid":"578312468","full_name":"Eukolos/spring-boot-3-example","owner":"Eukolos","description":"we native build this app thanx to Spring Boot 3 and Graalvm","archived":false,"fork":false,"pushed_at":"2022-12-27T19:19:51.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T00:05:02.739Z","etag":null,"topics":["docker","graalvm","graalvm-native-image","java-17","maven","spring-boot-3-0-0"],"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/Eukolos.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":"2022-12-14T18:53:49.000Z","updated_at":"2023-11-20T10:04:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d48bdd17-7a14-4825-910a-0d576253e307","html_url":"https://github.com/Eukolos/spring-boot-3-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eukolos/spring-boot-3-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fspring-boot-3-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fspring-boot-3-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fspring-boot-3-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fspring-boot-3-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eukolos","download_url":"https://codeload.github.com/Eukolos/spring-boot-3-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eukolos%2Fspring-boot-3-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32607520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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","graalvm","graalvm-native-image","java-17","maven","spring-boot-3-0-0"],"created_at":"2024-11-23T15:36:57.077Z","updated_at":"2026-05-04T12:33:08.209Z","avatar_url":"https://github.com/Eukolos.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Spring Boot 3 - GraalVM \n\u003cimg src=\"image/feature.png\" alt=\"feature\" width=\"669\" height=\"373\" /\u003e\n\n### 🔨 Run the App\n\n#### Maven\n\n\u003cb\u003e1 )\u003c/b\u003e Download your project from this link shown below\n```\n    git clone https://github.com/Eukolos/spring-boot-3-example.git\n```\n\n\u003cb\u003e2 )\u003c/b\u003e Go to the project's home directory shown below\n```\n    cd spring-boot-3-example\n```\n\n\u003cb\u003e3 )\u003c/b\u003e Create native image though this command shown below\n```\n    mvn -Pnative spring-boot:build-image\n```\n\n\u003cb\u003e4 )\u003c/b\u003e Run the project though this command shown below\n```\n    docker-compose up\n```\n\n### Used Dependencies\n* Core\n    * Spring\n        * Spring Boot 3\n        * Spring Web\n        * H2 Database\n* Docker\n* GraalVM CE Java 17-22.3.0\n\n### Create a Post\n\n```\nPOST /v1/post\nAccept: application/json\nContent-Type: application/json\n{\n\"title\" : \"GraalVM\",\n\"body\" : \"uber fasttt\",\n}\nRESPONSE: HTTP 200 (OK)\nLocation header: http://localhost:9090/v1/post\n```\n\n### Get Post List\n\n```\nGET /v1/post\nAccept: application/json\nContent-Type: application/json\n{\n\n}\nRESPONSE: HTTP 200 (OK)\nContent: paginated list \nLocation header: http://localhost:9090/v1/post\n```\n\n### Get Post\n\n```\nGET /v1/post/{id}\nAccept: application/json\nContent-Type: application/json\n{\n\n}\nRESPONSE: HTTP 200 (OK)\nContent: paginated list \nLocation header: http://localhost:9090/v1/post/{id}\n```\n\n\n\n### Resource\n\n- [Spring Boot 3 release](https://spring.io/blog/2022/11/24/spring-boot-3-0-goes-ga)\n- [SpringDeveloper Youtube Channel](https://www.youtube.com/watch?v=TOfYlLjXufw\u0026ab_channel=SpringDeveloper)\n- [GraalVM Native Image Support](https://docs.spring.io/spring-boot/docs/3.0.0/reference/html/native-image.html#native-image)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feukolos%2Fspring-boot-3-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feukolos%2Fspring-boot-3-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feukolos%2Fspring-boot-3-example/lists"}