Development Setup - Student-Management-System/Sparkyservice-Project GitHub Wiki

Test instance:

For developers which uses this project, we provide a test live instance reachable under 147.172.178.30:8080.

Swagger

Swagger is reachable under /swagger-ui.html. On the live instance: 147.172.178.30:8080/swagger-ui.html.

Versioning

The sub-modules inherit the version from the parent project. Currently they are maintained together and only combined releases are scheduled.

For version editing make use of mavens version plugin:

mvn versions:set -DnewVersion=2.50.1-SNAPSHOT
mvn versions:revert
mvn versions:commit 

IDE

We aim to provide additional configuration files for eclipse. Until that, use the eclipse import or the maven eclipse goal manually:

mvn eclipse:eclipse

We recommend to do this for each project separately.