Skip to content

Chat App für die Vorlesung "Advanced Software Engineering" an der DHBW Karlsruhe

Notifications You must be signed in to change notification settings

Taubsie/dhbw-ka-tinf22b5-aswe-chat-app

Repository files navigation

Chat App for the lecture Advanced Software Engineering

Building the docker container:

docker build -t aswe-chat-app .

Running the docker container:

docker run -it aswe-chat-app

Running the container inside IntelliJ (not recommended)

Either:

  • Execute the run configuration execute-shadow-jar
  • Execute the run configuration build-shadow-jar, then run the newly generated jar file inside build/libs using a JDK with version 23 or higher

NOTE: You need to have a JDK with version 23 or higher installed on your system to run this inside IntelliJ. You can't use this inside the application run configuration, since the console bindings are incorrect there, causing some errors.

About

Chat App für die Vorlesung "Advanced Software Engineering" an der DHBW Karlsruhe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published