Skip to content

ThomasJejkal/test-from-template

Repository files navigation

KIT Data Manager - Project Template

Build Status Code Coverage License

!New repositories need to be activated at coveralls.io!

How to build

In order to build this microservice you'll need:

  • Java SE Development Kit 8 or higher

After obtaining the sources change to the folder where the sources are located perform the following steps:

user@localhost:/home/user/template$ ./gradlew -Pclean-release build
> Configure project :
Using release profile
<-------------> 0% EXECUTING [0s]
[...]
user@localhost:/home/user/template$

The Gradle wrapper will now take care of downloading the configured version of Gradle, checking out all required libraries, build these libraries and finally build the base-repo microservice itself. As a result, a fat jar containing the entire service is created at 'build/jars/base-repo.jar'.

How to start

TODO

Prerequisites

TODO

Setup

TODO

More Information

TODO

License

The KIT Data Manager is licensed under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages