refactor: Streamlined the API of the services
[demos/kafka/chat] / src / main / java / de / juplo / kafka / chat / backend / ChatBackendApplication.java
2023-01-15 Kai Moritzrefactor: Streamlined the API of the services
2023-01-15 Kai Moritzfeat: Allowed the frontend as origin for CORS
2023-01-15 Kai Moritzrefactor: Fixed return-types of the controller
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: Refined packaging (renamed packages and classes)
2023-01-15 Kai Moritzrefactor: Refined packaging (moved classes to new folde...