From 4d9e885ff175efa2e3b6aa1093efc9d9b7f9bd49 Mon Sep 17 00:00:00 2001 From: aminmb37 Date: Sat, 7 Nov 2020 14:44:07 +0100 Subject: [PATCH] Fixing Jackson Configuration. Closes #30. --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 039c01479..a803af5f9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ logging.level.guru=debug -server.port= +server.port=8082 #artemis docker image user & pass spring.artemis.user=artemis spring.artemis.password=simetraehcapa \ No newline at end of file