docker build -t aswe-chat-app .
docker run -it aswe-chat-app
Either:
- Execute the run configuration
execute-shadow-jar
- Execute the run configuration
build-shadow-jar
, then run the newly generated jar file insidebuild/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.