This Spring Boot application is a simple license system
providing a RESTful API and working with MongoDB.
- Clone this repository via Git.
- Build the project with
mvn clean package. - Copy the
libfolder in a directory of your choice. - Configure the
application.ymlfile in the directory. - Start the application with the following command:
java -cp .:lib/* dev.qrowned.license.server.LicenseServerApplication
Contributing on open source projects is what GitHub makes such a great place to learn new interesting things. Any contributions to this project are highly appreciated!
- Fork the project.
- Create a branch regarding to your feature.
- Commit and push your changes.
- Open up a pull request.