Spring Application Services
Exercise: Chat Application (Custom Message)
- Define a
ChatMessage
class with a user and a text property.
- Implement a message converter that automatically converts chat messages from and to CSV.
- Configure the
MappingJackson2MessageConverter
such that the chat messages are converted from and to JSON.
Solution