Skip to content

Nova is a framework on top of spring boot. It aims to provide nice additions to the spring ecosystem.

License

Notifications You must be signed in to change notification settings

MarcelCoding/nova

Repository files navigation

Nova

latest version CI

Nova Framework is a framework on top of spring boot. It aims to provide nice additions to the spring ecosystem.

Getting Started

To add it to your project just add this repository and thees dependencies. To keep your bundle size small it is recommended to only add the modules witch you are need. Dependencies between modules are resolved automatically. Keep in mind that you still need a stand-alone spring boot application to start. You can use the Spring Initializer. Nova aims to provide out of the box compatibility for spring native.

Currently, the latest version is:

latest version

repositories {
  mavenCentral {
    content { excludeGroup('de.m4rc3l.nova') }
  }
  maven {
    url 'https://mvn.m4rc3l.de'
    content { includeGroup('de.m4rc3l.nova') }
  }
}

dependencies {
  implementation 'de.m4rc3l.nova:nova-cdn:<version>'
  implementation 'de.m4rc3l.nova:nova-core:<version>'
  implementation 'de.m4rc3l.nova:nova-data-jpa:<version>'
}

Contributing

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Installing

A step by step series of examples that tell you how to get a development env running

git clone https://github.com/MarcelCoding/nova.git

Then you can open it with you IDE and start contributing.

Built With

License

Licenses

From 08.08.2020 AGPL v3

Upto 07.08.2020 MIT

Third Party Licenses

About

Nova is a framework on top of spring boot. It aims to provide nice additions to the spring ecosystem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages