Skip to content

container-bootcamp/reservieren

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Reservieren

Reserviert Bücher wenn dieese aktuell nicht ausgeliehen sind.

Voraussetzungen

Umgebungsvariablen

Durch einen Bug in der Library akka.net hocon ist es nicht möglich Umgebungsvariblen zu verwenden. Als workaround werden die benötigten Umgebungsvariablen selbst in die Konfiguration eingefügt. Dadurch müssen folgende Umgebungsvariablen zwingend gesetzt sein.

  • CONTAINER_BOOTCAMP_EINBUCHEN_URL
  • CONTAINER_BOOTCAMP_AUSLEIHEN_URL
  • CONTAINER_BOOTCAMP_AKKA_PERSISTENCE_USER
  • CONTAINER_BOOTCAMP_AKKA_PERSISTENCE_PASSWORD
  • CONTAINER_BOOTCAMP_AKKA_PERSISTENCE_HOST
  • CONTAINER_BOOTCAMP_AKKA_PERSISTENCE_DBNAME

Visual Studio Mac 2017

Im Visual Studio Mac werden Umgebungsvariablen gesetzt unter: Projekt -> reservieren Optionen -> Ausführen -> Default

Event Source Client from 3ventic/EvtSource

Due a bug in the library on reconnect, use the source code directly in the project and fix it. Also created a pull request for the fix.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages