feat: Added a POST-mapping to force the storing of the data
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / persistence /
2023-01-15 Kai Moritzrefactor: Fixed return-types of the controller
2023-01-15 Kai Moritzfix: `Chatroom`s must not share an instance of `Persist...
2023-01-15 Kai Moritzfeat: The chats are stored as local json-files
2023-01-15 Kai Moritzrefactor: Moved configuration in a separate class and...
2023-01-15 Kai Moritzrefactor: Introduced `ChatroomFactory`
2023-01-15 Kai Moritzrefactor: Moved persistence-logic into a pluggable...