{"id":17838220,"url":"https://github.com/marcelcoding/nova","last_synced_at":"2026-02-03T07:33:36.177Z","repository":{"id":37799822,"uuid":"265923027","full_name":"MarcelCoding/nova","owner":"MarcelCoding","description":"Nova is a framework on top of spring boot. It aims to provide nice additions to the spring ecosystem.","archived":false,"fork":false,"pushed_at":"2024-08-09T23:20:06.000Z","size":1347,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T08:11:54.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarcelCoding.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-21T18:29:34.000Z","updated_at":"2024-05-08T23:39:52.000Z","dependencies_parsed_at":"2024-01-30T08:39:53.612Z","dependency_job_id":"221a11e8-13ac-4379-b5bc-69d274209e72","html_url":"https://github.com/MarcelCoding/nova","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/MarcelCoding/nova","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnova","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnova/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnova/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnova/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcelCoding","download_url":"https://codeload.github.com/MarcelCoding/nova/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnova/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"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":[],"created_at":"2024-10-27T20:54:50.091Z","updated_at":"2026-02-03T07:33:36.159Z","avatar_url":"https://github.com/MarcelCoding.png","language":"Java","readme":"= Nova\n\nimage:https://img.shields.io/github/v/tag/MarcelCoding/nova?label=latest%20version\u0026style=flat-square[latest version,link=https://github.com/MarcelCoding/nova/releases]\nimage:https://img.shields.io/github/workflow/status/MarcelCoding/nova/CI?label=CI\u0026style=flat-square[CI,link=https://github.com/MarcelCoding/nova/actions]\n\nNova Framework is a framework on top of spring boot.\nIt aims to provide nice additions to the spring ecosystem.\n\n== Getting Started\n\nTo add it to your project just add this repository and thees dependencies.\nTo keep your bundle size small it is recommended to only add the modules witch you are need.\nDependencies between modules are resolved automatically.\nKeep in mind that you still need a stand-alone spring boot application to start.\nYou can use the https://start.spring.io/[Spring Initializer].\nNova aims to provide out of the box compatibility for https://github.com/spring-projects-experimental/spring-native/[spring native].\n\nCurrently, the latest version is:\n\nimage:https://img.shields.io/github/v/tag/MarcelCoding/nova?label=latest%20version\u0026style=flat-square[latest version,link=https://github.com/MarcelCoding/nova/releases]\n\n[source,groovy]\n----\nrepositories {\n  mavenCentral {\n    content { excludeGroup('de.m4rc3l.nova') }\n  }\n  maven {\n    url 'https://mvn.m4rc3l.de'\n    content { includeGroup('de.m4rc3l.nova') }\n  }\n}\n\ndependencies {\n  implementation 'de.m4rc3l.nova:nova-cdn:\u003cversion\u003e'\n  implementation 'de.m4rc3l.nova:nova-core:\u003cversion\u003e'\n  implementation 'de.m4rc3l.nova:nova-data-jpa:\u003cversion\u003e'\n}\n----\n\n== Contributing\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\nSee deployment for notes on how to deploy the project on a live system.\n\n=== Prerequisites\n\nWhat things you need to install the software and how to install them\n\n* a Java IDE (https://www.jetbrains.com/idea/[IntelliJ IDEA])\n* https://adoptium.net/[JDK 18] or higher\n* https://git-scm.com/[Git]\n\n=== Installing\n\nA step by step series of examples that tell you how to get a development env running\n\n[source,bash]\n----\ngit clone https://github.com/MarcelCoding/nova.git\n----\n\nThen you can open it with you IDE and start contributing.\n\n== Built With\n\n* https://gradle.org/[Gradle] - The build tool\n* https://junit.org/[JUnit] - The test tool\n\n== License\n\n|===\n|Licenses\n\n|From 08.08.2020 link:LICENSE[AGPL v3]\n|Upto 07.08.2020 https://github.com/MarcelCoding/nova/blob/9988969fdfdf69540b3cb54a04cd70b21457f1fc/LICENSE[MIT]\n|===\n\n== Third Party Licenses\n\nlink:THIRD-PARTY-NOTICES[THIRD-PARTY-NOTICES]\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelcoding%2Fnova","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelcoding%2Fnova","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelcoding%2Fnova/lists"}