{"id":20532906,"url":"https://github.com/la3rence/spring-native-demo","last_synced_at":"2026-04-22T10:02:30.998Z","repository":{"id":46377714,"uuid":"409640730","full_name":"la3rence/spring-native-demo","owner":"la3rence","description":"AOT compiling spring boot native image.","archived":false,"fork":false,"pushed_at":"2021-10-24T09:02:19.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"java11","last_synced_at":"2025-03-06T02:49:43.840Z","etag":null,"topics":["cloud-native","spring-boot"],"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/la3rence.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}},"created_at":"2021-09-23T15:11:19.000Z","updated_at":"2024-07-13T08:08:29.000Z","dependencies_parsed_at":"2022-09-22T23:51:13.692Z","dependency_job_id":null,"html_url":"https://github.com/la3rence/spring-native-demo","commit_stats":null,"previous_names":["la3rence/spring-native-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/la3rence/spring-native-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fspring-native-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fspring-native-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fspring-native-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fspring-native-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/la3rence","download_url":"https://codeload.github.com/la3rence/spring-native-demo/tar.gz/refs/heads/java11","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fspring-native-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32130776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","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":["cloud-native","spring-boot"],"created_at":"2024-11-16T00:17:41.831Z","updated_at":"2026-04-22T10:02:30.897Z","avatar_url":"https://github.com/la3rence.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started\n\n### Reference Documentation\n\nFor further reference, please consider the following sections:\n\n* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)\n* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.4/maven-plugin/reference/html/)\n* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.4/maven-plugin/reference/html/#build-image)\n* [Spring Native Reference Guide](https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/)\n* [Spring Web](https://docs.spring.io/spring-boot/docs/2.5.4/reference/htmlsingle/#boot-features-developing-web-applications)\n\n### Guides\n\nThe following guides illustrate how to use some features concretely:\n\n* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)\n* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)\n* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)\n\n### Additional Links\n\nThese additional references should also help you:\n\n* [Configure the Spring AOT Plugin](https://docs.spring.io/spring-native/docs/0.10.3/reference/htmlsingle/#spring-aot-maven)\n\n## Spring Native\n\nThis project has been configured to let you generate either a lightweight container or a native executable.\n\n### Lightweight Container with Cloud Native Buildpacks\n\nIf you're already familiar with Spring Boot container images support, this is the easiest way to get started with Spring\nNative. Docker should be installed and configured on your machine prior to creating the image,\nsee [the Getting Started section of the reference guide](https://docs.spring.io/spring-native/docs/0.10.3/reference/htmlsingle/#getting-started-buildpacks)\n.\n\nTo create the image, run the following goal:\n\n```\n$ ./mvnw spring-boot:build-image\n```\n\nThen, you can run the app like any other container:\n\n```\n$ docker run --rm -p 8080:8080 spring-native-demo:0.0.1-SNAPSHOT\n```\n\n### Executable with Native Build Tools\n\nUse this option if you want to explore more options such as running your tests in a native image. The GraalVM\nnative-image compiler should be installed and configured on your machine,\nsee [the Getting Started section of the reference guide](https://docs.spring.io/spring-native/docs/0.10.3/reference/htmlsingle/#getting-started-native-build-tools)\n.\n\nTo create the executable, run the following goal:\n\n```\n$ ./mvnw package -Pnative\n```\n\nThen, you can run the app as follows:\n\n```\n$ target/spring-native-demo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fla3rence%2Fspring-native-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fla3rence%2Fspring-native-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fla3rence%2Fspring-native-demo/lists"}