Severell Framework
Severell is a web application framework designed to make developing web apps in Java fun and easy. We have built a great starting point for you to just dive straight into developing your application.
Requirements
- Maven
- Java >= 11
Documentation
A more detailed documentation site can be found here
Installation
There are two ways to get started with Severell.
Initializer
Visit Initializer to get your base project. Enter the required information and extract the project folder from the downloaded ZIP
Maven
The other way to get started is by using the Maven archetype command.
mvn -B archetype:generate
-DarchetypeGroupId=com.severell
-DarchetypeArtifactId=severell-archetype
-DarchetypeVersion=0.0.1
-DgroupId=***YOUR-GROUPID***
-DartifactId=***YOUR-ARTIFACTID***
-Dversion=1.0-SNAPSHOT
Getting Started
Once you have created a new project you can import it into your favorite IDE as a maven project. Check out this link for detailed instructions on setting up your IDE.