Skip to content

Rename project root to shepard

Tobias Haase requested to merge fix_project_root into master

Description

The project root URL was http://localhost:8080/backend. However, we renamed the .war file in the Docker build process. Therefore, on a server, the root url changed to http://localhost:8080/shepard, which breaks the Swagger UI.

This MR uses shepard as project root and therefore changes the root URL for developers to http://localhost:8080/shepard. This way the same root url is used in all places.

Breaking Changes:

This only affects developers:

The project root URL has been changed. Therefore, the local Swagger UI (docker-compose.yml) has been adjusted to reflect these changes. You need to restart the local Swagger UI and you need to clean up your local Tomcat instance to adapt to these changes.

Related Issues:

  • Related #
  • Closes #
Edited by Tobias Haase

Merge request reports