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.
- Maven
- Java >= 11
A more detailed documentation site can be found here
There are two ways to get started with Severell.
Visit Initializer to get your base project. Enter the required information and extract the project folder from the downloaded ZIP
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
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.
