Aleksander Tudruj, Piotr Uznański, Karol Kuźniak, Jacek Ciszewski
Arabica is the best base for your coffee you can get. Same here. Arabica is the best Servlet Container for your application.
Build in development mode:
mvn clean install -P dev
Build in production mode (-P prod
is default):
mvn clean install
If you don't have maven installed, you can use mvnw
script instead of mvn
command.
unit.yaml
- unit tests - on every pull request and commit to master branch
To see examples of usage, check out Arabica-examples directory.