Misc fixes & improvements
What does this MR do (summary)?
Lots of small changes/fixes. Mostly the result of local running & Intellij analyzer (the ones that made sense only)
What changes have you made (detailed)?
- add restart after deploy
- grammar/typo fixes in both code and text
- remove unused/double imports (shouldn't this have been handled by spotless??)
- fix javadocs
- add @Repository annotations to repositories
- add missing @Test annotation to test and then fix that test (in the hope this is what was intended with that test)
Does this MR meet the acceptance criteria?
-
The main application was run to make sure the server still runs without errors. -
Tests were written to verify the behaviour of this code. -
Javadoc and other comments were added to make the code understandable. -
The code adheres to the style guidelines.