From 52893c2888d9ce3892cc39b4c4e25589a3bb3d95 Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Thu, 19 Nov 2020 10:14:51 +0100 Subject: [PATCH] MessageDto instead of String in Event history --- .idea/workspace.xml | 85 ++++++++++-------- .../klaus/controller/EventController.java | 5 -- .../klaus/controller/KlausController.java | 23 +++-- .../java/com/release11/klaus/model/Event.java | 2 +- .../klaus/repository/EventRepositoryImpl.java | 7 +- .../klaus/service/KlausServiceImpl.java | 14 +-- src/main/resources/logback.xml | 2 +- .../resources/static/js/etrackPaggination.js | 6 +- src/main/resources/templates/etrack.html | 3 - .../klaus/controller/EventController.class | Bin 5534 -> 4337 bytes .../klaus/controller/KlausController.class | Bin 5053 -> 6172 bytes .../klaus/model/Event$EventBuilder.class | Bin 2904 -> 2710 bytes .../com/release11/klaus/model/Event.class | Bin 5834 -> 5636 bytes .../repository/EventRepositoryImpl.class | Bin 8024 -> 8216 bytes .../klaus/service/KlausServiceImpl.class | Bin 5935 -> 5989 bytes target/classes/logback.xml | 2 +- target/classes/static/js/etrackPaggination.js | 6 +- target/classes/templates/etrack.html | 3 - 18 files changed, 84 insertions(+), 74 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 28301b9..2155644 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -26,12 +26,19 @@ + + - + - + + + + + +