An open API service indexing awesome lists of open source software.

https://github.com/devonfw/rubygems-servlets


https://github.com/devonfw/rubygems-servlets

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# rubygems-servlets
This repository is getting used in website-build.
#How to build it?
To build it run below command
```
mvn clean package -Pexecutable
```
rubygem war will be created in target folder.
#How to run it?
To run the war execute below command.
```
java -jar target\rubygems.war
```