Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

>> User Settings Endpoints

Some endpoints are available also via the Web-API Gateway. Those endpoints are called by the CLIENT service that provides yuuvis® client as reference implementation.

>> Web-API Gateway Endpoints

Requirements

In addition to the yuuvis® Momentum core services, USERSERVICE has further requirements.

...

  • spring.servlet.multipart.max-file-size
  • spring.servlet.multipart.max-request-size

Docker Deployment

Within the docker environment, the USERSERVICE will run in two separate docker containers.

Instead of deploying docker containers manually, we strongly recommend to use docker-compose. With docker-compose you can easily manage one or several deployments on your docker host, without copy-pasting docker commands manually. You will find pre-defined service stacks for connecting to different databases in our repository.

...